#ADEA62

Color #ADEA62 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #ADEA62

Tints of Conifer #ADEA62

Color information

#ADEA62 (or 0xADEA62) is unknown color: approx Conifer. HEX triplet: AD, EA and 62. RGB value is (173,234,98). Sum of RGB (Red+Green+Blue) = 173+234+98=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEA62 is #52159D. Grayscale: #C8C8C8. Windows color (decimal): -5379486 or 6482605. OLE color: 6482605.

HSL color Cylindrical-coordinate representation of color #ADEA62: hue angle of 86.91º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADEA62 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB17323498-
CMYK0.2600.580.08
HSL86.91º76.4%65.1%-
HSV(B)86.91º58.12%91.76%-
XYZ48.8668.6122.22-
YUV200.2670.29108.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 234 (91.80% from 255) = 46.34%
BLUE value IS 98 (38.67% from 255) = 19.41%
R=34.26%
G=46.34%
B=19.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal173234980.2600.580.0886.9176.465.1
HexADEA621A03A8574c41
Octal2553521423207210127114101
Binary101011011110101011000101101001110101000101011110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEA62; }

 p { color: rgb(173,234,98); }

 H1.HeaderClassName
 {
   color: #ADEA62;
 }
 .AnyTagClassName
 {
   color: #ADEA62;
 }
</style>
background-color css

<style>
 a { background-color: #ADEA62; }

 a { background-color: rgb(173,234,98); }

 div.DivClassName
 {
   background-color: #ADEA62;
 }
 .BgClassName
 {
   background-color: #ADEA62;
 }
</style>
border-color css

<style>
 span { border-color: #ADEA62; }

 span { border-color: rgb(173,234,98); }

 td.TdClassName
 {
   border-color: #ADEA62;
 }
 .TagClassName
 {
   border-color: #ADEA62;
 }
</style>