Html Css Color HEX #AAD253 Conifer

📋 copy color: '#AAD253'

red 170 ◦ green 210 ◦ blue 83

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

Shades of Conifer #AAD253

Tints of Conifer #AAD253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.93%

R = 36.72%
G = 45.36%
B = 17.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#AAD253 (or 0xAAD253) is known color: Conifer. HEX triplet: AA, D2 and 53. RGB value is (170,210,83). Sum of RGB (Red+Green+Blue) = 170+210+83=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD253 is #552DAC. Grayscale: #B8B8B8. Windows color (decimal): -5582253 or 5493418. OLE color: 5493418.

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

Color convert

RGB 170 210 83 -
CMYK 0.19 0 0.60 0.18
HSL 78.9º 0.59% 0.57% -
HSV(B) 78.9º 0.6% 0.82% -
XYZ 41.19 55.26 16.68 -
YUV 183.56 71.25 118.33 -
System Red Green Blue C M Y K H S L
Decimal 170 210 83 0.19 0 0.60 0.18 78.9 0.59 0.57
Hex AA D2 53 13 0 3C 12 4F 3B 39
Octal 252 322 123 23 0 74 22 117 73 71
Binary 10101010 11010010 1010011 10011 0 111100 10010 1001111 111011 111001

Color Harmonies of #AAD253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD253

Black with #AAD253

Text Example


Text Example

White with #AAD253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD253; }

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

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

background-color css

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

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

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

border-color css

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

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

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