Html Css Color HEX #AAD351 Conifer

📋 copy color: '#AAD351'

red 170 ◦ green 211 ◦ blue 81

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

Shades of Conifer #AAD351

Tints of Conifer #AAD351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.53%

R = 36.8%
G = 45.67%
B = 17.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#AAD351 (or 0xAAD351) is known color: Conifer. HEX triplet: AA, D3 and 51. RGB value is (170,211,81). Sum of RGB (Red+Green+Blue) = 170+211+81=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD351 is #552CAE. Grayscale: #B8B8B8. Windows color (decimal): -5581999 or 5362602. OLE color: 5362602.

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

Color convert

RGB 170 211 81 -
CMYK 0.19 0 0.62 0.17
HSL 78.92º 0.6% 0.57% -
HSV(B) 78.92º 0.62% 0.83% -
XYZ 41.36 55.73 16.36 -
YUV 183.92 69.92 118.07 -
System Red Green Blue C M Y K H S L
Decimal 170 211 81 0.19 0 0.62 0.17 78.92 0.6 0.57
Hex AA D3 51 13 0 3E 11 4F 3C 39
Octal 252 323 121 23 0 76 21 117 74 71
Binary 10101010 11010011 1010001 10011 0 111110 10001 1001111 111100 111001

Color Harmonies of #AAD351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD351

Black with #AAD351

Text Example


Text Example

White with #AAD351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD351; }

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

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

background-color css

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

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

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

border-color css

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

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

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