Html Css Color HEX #AAD447 Conifer

📋 copy color: '#AAD447'

red 170 ◦ green 212 ◦ blue 71

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

Shades of Conifer #AAD447

Tints of Conifer #AAD447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.67%

R = 37.53%
G = 46.8%
B = 15.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#AAD447 (or 0xAAD447) is known color: Conifer. HEX triplet: AA, D4 and 47. RGB value is (170,212,71). Sum of RGB (Red+Green+Blue) = 170+212+71=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD447 is #552BB8. Grayscale: #B7B7B7. Windows color (decimal): -5581753 or 4707498. OLE color: 4707498.

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

Color convert

RGB 170 212 71 -
CMYK 0.20 0 0.67 0.17
HSL 77.87º 0.62% 0.55% -
HSV(B) 77.87º 0.67% 0.83% -
XYZ 41.26 56.09 14.61 -
YUV 183.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 170 212 71 0.20 0 0.67 0.17 77.87 0.62 0.55
Hex AA D4 47 14 0 43 11 4E 3E 37
Octal 252 324 107 24 0 103 21 116 76 67
Binary 10101010 11010100 1000111 10100 0 1000011 10001 1001110 111110 110111

Color Harmonies of #AAD447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD447

Black with #AAD447

Text Example


Text Example

White with #AAD447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD447; }

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

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

background-color css

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

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

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

border-color css

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

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

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