Html Css Color HEX #AADE4C Conifer

📋 copy color: '#AADE4C'

red 170 ◦ green 222 ◦ blue 76

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

Shades of Conifer #AADE4C

Tints of Conifer #AADE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.24%

R = 36.32%
G = 47.44%
B = 16.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#AADE4C (or 0xAADE4C) is known color: Conifer. HEX triplet: AA, DE and 4C. RGB value is (170,222,76). Sum of RGB (Red+Green+Blue) = 170+222+76=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE4C is #5521B3. Grayscale: #BEBEBE. Windows color (decimal): -5579188 or 5037738. OLE color: 5037738.

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

Color convert

RGB 170 222 76 -
CMYK 0.23 0 0.66 0.13
HSL 81.37º 0.69% 0.58% -
HSV(B) 81.37º 0.66% 0.87% -
XYZ 44 61.31 16.35 -
YUV 189.81 63.77 113.87 -
System Red Green Blue C M Y K H S L
Decimal 170 222 76 0.23 0 0.66 0.13 81.37 0.69 0.58
Hex AA DE 4C 17 0 42 D 51 45 3A
Octal 252 336 114 27 0 102 15 121 105 72
Binary 10101010 11011110 1001100 10111 0 1000010 1101 1010001 1000101 111010

Color Harmonies of #AADE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE4C

Black with #AADE4C

Text Example


Text Example

White with #AADE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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