Html Css Color HEX #AAD254 Conifer

📋 copy color: '#AAD254'

red 170 ◦ green 210 ◦ blue 84

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

Shades of Conifer #AAD254

Tints of Conifer #AAD254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.1%

R = 36.64%
G = 45.26%
B = 18.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#AAD254 (or 0xAAD254) is known color: Conifer. HEX triplet: AA, D2 and 54. RGB value is (170,210,84). Sum of RGB (Red+Green+Blue) = 170+210+84=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD254 is #552DAB. Grayscale: #B8B8B8. Windows color (decimal): -5582252 or 5558954. OLE color: 5558954.

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

Color convert

RGB 170 210 84 -
CMYK 0.19 0 0.6 0.18
HSL 79.05º 0.58% 0.58% -
HSV(B) 79.05º 0.6% 0.82% -
XYZ 41.22 55.28 16.88 -
YUV 183.68 71.75 118.25 -
System Red Green Blue C M Y K H S L
Decimal 170 210 84 0.19 0 0.6 0.18 79.05 0.58 0.58
Hex AA D2 54 13 0 3C 12 4F 3A 3A
Octal 252 322 124 23 0 74 22 117 72 72
Binary 10101010 11010010 1010100 10011 0 111100 10010 1001111 111010 111010

Color Harmonies of #AAD254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD254

Black with #AAD254

Text Example


Text Example

White with #AAD254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD254; }

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

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

background-color css

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

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

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

border-color css

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

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

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