Html Css Color HEX #AADE62 Conifer

📋 copy color: '#AADE62'

red 170 ◦ green 222 ◦ blue 98

#AADE62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AADE62

Tints of Conifer #AADE62

RGB

 RED value IS 170 (66.8% from 255) = 34.69%

 GREEN value IS 222 (87.11% from 255) = 45.31%

 BLUE value IS 98 (38.67% from 255) = 20%

R = 34.69%
G = 45.31%
B = 20%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#AADE62 (or 0xAADE62) is known color: Conifer. HEX triplet: AA, DE and 62. RGB value is (170,222,98). Sum of RGB (Red+Green+Blue) = 170+222+98=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE62 is #55219D. Grayscale: #C0C0C0. Windows color (decimal): -5579166 or 6479530. OLE color: 6479530.

HSL color Cylindrical-coordinate representation of color #AADE62: hue angle of 85.16º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AADE62 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 98 -
CMYK 0.23 0 0.56 0.13
HSL 85.16º 0.65% 0.63% -
HSV(B) 85.16º 0.56% 0.87% -
XYZ 44.9 61.67 21.09 -
YUV 192.32 74.77 112.08 -
System Red Green Blue C M Y K H S L
Decimal 170 222 98 0.23 0 0.56 0.13 85.16 0.65 0.63
Hex AA DE 62 17 0 38 D 55 41 3F
Octal 252 336 142 27 0 70 15 125 101 77
Binary 10101010 11011110 1100010 10111 0 111000 1101 1010101 1000001 111111

Color Harmonies of #AADE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE62

Black with #AADE62

Text Example


Text Example

White with #AADE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE62; }

 p { color: rgb(170,222,98); }

 H1.HeaderClassName
 {
   color: #AADE62;
 }
 .AnyTagClassName
 {
   color: #AADE62;
 }
</style>

background-color css

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

 a { background-color: rgb(170,222,98); }

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

border-color css

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

 span { border-color: rgb(170,222,98); }

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