Html Css Color HEX #AADD4D Conifer

📋 copy color: '#AADD4D'

red 170 ◦ green 221 ◦ blue 77

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

Shades of Conifer #AADD4D

Tints of Conifer #AADD4D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.22%

 BLUE value IS 77 (30.47% from 255) = 16.45%

R = 36.32%
G = 47.22%
B = 16.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#AADD4D (or 0xAADD4D) is known color: Conifer. HEX triplet: AA, DD and 4D. RGB value is (170,221,77). Sum of RGB (Red+Green+Blue) = 170+221+77=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD4D is #5522B2. Grayscale: #BDBDBD. Windows color (decimal): -5579443 or 5103018. OLE color: 5103018.

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

Color convert

RGB 170 221 77 -
CMYK 0.23 0 0.65 0.13
HSL 81.25º 0.68% 0.58% -
HSV(B) 81.25º 0.65% 0.87% -
XYZ 43.77 60.79 16.45 -
YUV 189.34 64.6 114.21 -
System Red Green Blue C M Y K H S L
Decimal 170 221 77 0.23 0 0.65 0.13 81.25 0.68 0.58
Hex AA DD 4D 17 0 41 D 51 44 3A
Octal 252 335 115 27 0 101 15 121 104 72
Binary 10101010 11011101 1001101 10111 0 1000001 1101 1010001 1000100 111010

Color Harmonies of #AADD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD4D

Black with #AADD4D

Text Example


Text Example

White with #AADD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD4D; }

 p { color: rgb(170,221,77); }

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

background-color css

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

 a { background-color: rgb(170,221,77); }

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

border-color css

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

 span { border-color: rgb(170,221,77); }

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