Html Css Color HEX #AADD4A Conifer

📋 copy color: '#AADD4A'

red 170 ◦ green 221 ◦ blue 74

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

Shades of Conifer #AADD4A

Tints of Conifer #AADD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.91%

R = 36.56%
G = 47.53%
B = 15.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#AADD4A (or 0xAADD4A) is known color: Conifer. HEX triplet: AA, DD and 4A. RGB value is (170,221,74). Sum of RGB (Red+Green+Blue) = 170+221+74=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD4A is #5522B5. Grayscale: #BDBDBD. Windows color (decimal): -5579446 or 4906410. OLE color: 4906410.

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

Color convert

RGB 170 221 74 -
CMYK 0.23 0 0.67 0.13
HSL 80.82º 0.68% 0.58% -
HSV(B) 80.82º 0.67% 0.87% -
XYZ 43.67 60.75 15.9 -
YUV 188.99 63.1 114.45 -
System Red Green Blue C M Y K H S L
Decimal 170 221 74 0.23 0 0.67 0.13 80.82 0.68 0.58
Hex AA DD 4A 17 0 43 D 51 44 3A
Octal 252 335 112 27 0 103 15 121 104 72
Binary 10101010 11011101 1001010 10111 0 1000011 1101 1010001 1000100 111010

Color Harmonies of #AADD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD4A

Black with #AADD4A

Text Example


Text Example

White with #AADD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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