Html Css Color HEX #AAD251 Conifer

📋 copy color: '#AAD251'

red 170 ◦ green 210 ◦ blue 81

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

Shades of Conifer #AAD251

Tints of Conifer #AAD251

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.55%

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

R = 36.88%
G = 45.55%
B = 17.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#AAD251 (or 0xAAD251) is known color: Conifer. HEX triplet: AA, D2 and 51. RGB value is (170,210,81). Sum of RGB (Red+Green+Blue) = 170+210+81=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD251 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD251 is #552DAE. Grayscale: #B7B7B7. Windows color (decimal): -5582255 or 5362346. OLE color: 5362346.

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

Color convert

RGB 170 210 81 -
CMYK 0.19 0 0.61 0.18
HSL 78.6º 0.59% 0.57% -
HSV(B) 78.6º 0.61% 0.82% -
XYZ 41.11 55.23 16.28 -
YUV 183.33 70.25 118.49 -
System Red Green Blue C M Y K H S L
Decimal 170 210 81 0.19 0 0.61 0.18 78.6 0.59 0.57
Hex AA D2 51 13 0 3D 12 4F 3B 39
Octal 252 322 121 23 0 75 22 117 73 71
Binary 10101010 11010010 1010001 10011 0 111101 10010 1001111 111011 111001

Color Harmonies of #AAD251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD251

Black with #AAD251

Text Example


Text Example

White with #AAD251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD251; }

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

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

background-color css

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

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

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

border-color css

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

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

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