Html Css Color HEX #AAD35B Conifer

📋 copy color: '#AAD35B'

red 170 ◦ green 211 ◦ blue 91

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

Shades of Conifer #AAD35B

Tints of Conifer #AAD35B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

 BLUE value IS 91 (35.94% from 255) = 19.28%

R = 36.02%
G = 44.7%
B = 19.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#AAD35B (or 0xAAD35B) is known color: Conifer. HEX triplet: AA, D3 and 5B. RGB value is (170,211,91). Sum of RGB (Red+Green+Blue) = 170+211+91=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD35B is #552CA4. Grayscale: #B9B9B9. Windows color (decimal): -5581989 or 6017962. OLE color: 6017962.

HSL color Cylindrical-coordinate representation of color #AAD35B: hue angle of 80.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAD35B is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 91 -
CMYK 0.19 0 0.57 0.17
HSL 80.5º 0.58% 0.59% -
HSV(B) 80.5º 0.57% 0.83% -
XYZ 41.76 55.89 18.48 -
YUV 185.06 74.92 117.26 -
System Red Green Blue C M Y K H S L
Decimal 170 211 91 0.19 0 0.57 0.17 80.5 0.58 0.59
Hex AA D3 5B 13 0 39 11 50 3A 3B
Octal 252 323 133 23 0 71 21 120 72 73
Binary 10101010 11010011 1011011 10011 0 111001 10001 1010000 111010 111011

Color Harmonies of #AAD35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD35B

Black with #AAD35B

Text Example


Text Example

White with #AAD35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD35B; }

 p { color: rgb(170,211,91); }

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

background-color css

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

 a { background-color: rgb(170,211,91); }

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

border-color css

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

 span { border-color: rgb(170,211,91); }

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