Html Css Color HEX #AADE42 Conifer

📋 copy color: '#AADE42'

red 170 ◦ green 222 ◦ blue 66

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

Shades of Conifer #AADE42

Tints of Conifer #AADE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.41%

R = 37.12%
G = 48.47%
B = 14.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#AADE42 (or 0xAADE42) is known color: Conifer. HEX triplet: AA, DE and 42. RGB value is (170,222,66). Sum of RGB (Red+Green+Blue) = 170+222+66=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE42 is #5521BD. Grayscale: #BDBDBD. Windows color (decimal): -5579198 or 4382378. OLE color: 4382378.

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

Color convert

RGB 170 222 66 -
CMYK 0.23 0 0.70 0.13
HSL 80º 0.7% 0.56% -
HSV(B) 80º 0.7% 0.87% -
XYZ 43.68 61.18 14.66 -
YUV 188.67 58.77 114.68 -
System Red Green Blue C M Y K H S L
Decimal 170 222 66 0.23 0 0.70 0.13 80 0.7 0.56
Hex AA DE 42 17 0 46 D 50 46 38
Octal 252 336 102 27 0 106 15 120 106 70
Binary 10101010 11011110 1000010 10111 0 1000110 1101 1010000 1000110 111000

Color Harmonies of #AADE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE42

Black with #AADE42

Text Example


Text Example

White with #AADE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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