Html Css Color HEX #AAD054 Conifer

📋 copy color: '#AAD054'

red 170 ◦ green 208 ◦ blue 84

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

Shades of Conifer #AAD054

Tints of Conifer #AAD054

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

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

R = 36.8%
G = 45.02%
B = 18.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#AAD054 (or 0xAAD054) is known color: Conifer. HEX triplet: AA, D0 and 54. RGB value is (170,208,84). Sum of RGB (Red+Green+Blue) = 170+208+84=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD054 is #552FAB. Grayscale: #B6B6B6. Windows color (decimal): -5582764 or 5558442. OLE color: 5558442.

HSL color Cylindrical-coordinate representation of color #AAD054: hue angle of 78.39º degrees, saturation: 0.57, 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 #AAD054 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 84 -
CMYK 0.18 0 0.60 0.18
HSL 78.39º 0.57% 0.57% -
HSV(B) 78.39º 0.6% 0.82% -
XYZ 40.73 54.3 16.72 -
YUV 182.5 72.41 119.08 -
System Red Green Blue C M Y K H S L
Decimal 170 208 84 0.18 0 0.60 0.18 78.39 0.57 0.57
Hex AA D0 54 12 0 3C 12 4E 39 39
Octal 252 320 124 22 0 74 22 116 71 71
Binary 10101010 11010000 1010100 10010 0 111100 10010 1001110 111001 111001

Color Harmonies of #AAD054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD054

Black with #AAD054

Text Example


Text Example

White with #AAD054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD054; }

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

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

background-color css

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

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

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

border-color css

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

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

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