Html Css Color HEX #AAD44C Conifer

📋 copy color: '#AAD44C'

red 170 ◦ green 212 ◦ blue 76

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

Shades of Conifer #AAD44C

Tints of Conifer #AAD44C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.29%

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

R = 37.12%
G = 46.29%
B = 16.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#AAD44C (or 0xAAD44C) is known color: Conifer. HEX triplet: AA, D4 and 4C. RGB value is (170,212,76). Sum of RGB (Red+Green+Blue) = 170+212+76=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD44C is #552BB3. Grayscale: #B8B8B8. Windows color (decimal): -5581748 or 5035178. OLE color: 5035178.

HSL color Cylindrical-coordinate representation of color #AAD44C: hue angle of 78.53º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAD44C is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 76 -
CMYK 0.20 0 0.64 0.17
HSL 78.53º 0.61% 0.56% -
HSV(B) 78.53º 0.64% 0.83% -
XYZ 41.43 56.15 15.49 -
YUV 183.94 67.09 118.06 -
System Red Green Blue C M Y K H S L
Decimal 170 212 76 0.20 0 0.64 0.17 78.53 0.61 0.56
Hex AA D4 4C 14 0 40 11 4F 3D 38
Octal 252 324 114 24 0 100 21 117 75 70
Binary 10101010 11010100 1001100 10100 0 1000000 10001 1001111 111101 111000

Color Harmonies of #AAD44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD44C

Black with #AAD44C

Text Example


Text Example

White with #AAD44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD44C; }

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

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

background-color css

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

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

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

border-color css

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

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

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