Html Css Color HEX #AAD04C Conifer

📋 copy color: '#AAD04C'

red 170 ◦ green 208 ◦ blue 76

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

Shades of Conifer #AAD04C

Tints of Conifer #AAD04C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

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

R = 37.44%
G = 45.81%
B = 16.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#AAD04C (or 0xAAD04C) is known color: Conifer. HEX triplet: AA, D0 and 4C. RGB value is (170,208,76). Sum of RGB (Red+Green+Blue) = 170+208+76=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD04C is #552FB3. Grayscale: #B6B6B6. Windows color (decimal): -5582772 or 5034154. OLE color: 5034154.

HSL color Cylindrical-coordinate representation of color #AAD04C: hue angle of 77.27º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAD04C is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 76 -
CMYK 0.18 0 0.63 0.18
HSL 77.27º 0.58% 0.56% -
HSV(B) 77.27º 0.63% 0.82% -
XYZ 40.44 54.18 15.16 -
YUV 181.59 68.41 119.73 -
System Red Green Blue C M Y K H S L
Decimal 170 208 76 0.18 0 0.63 0.18 77.27 0.58 0.56
Hex AA D0 4C 12 0 3F 12 4D 3A 38
Octal 252 320 114 22 0 77 22 115 72 70
Binary 10101010 11010000 1001100 10010 0 111111 10010 1001101 111010 111000

Color Harmonies of #AAD04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD04C

Black with #AAD04C

Text Example


Text Example

White with #AAD04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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