Html Css Color HEX #AAD059 Conifer

📋 copy color: '#AAD059'

red 170 ◦ green 208 ◦ blue 89

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

Shades of Conifer #AAD059

Tints of Conifer #AAD059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.06%

R = 36.4%
G = 44.54%
B = 19.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#AAD059 (or 0xAAD059) is known color: Conifer. HEX triplet: AA, D0 and 59. RGB value is (170,208,89). Sum of RGB (Red+Green+Blue) = 170+208+89=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD059 is #552FA6. Grayscale: #B7B7B7. Windows color (decimal): -5582759 or 5886122. OLE color: 5886122.

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

Color convert

RGB 170 208 89 -
CMYK 0.18 0 0.57 0.18
HSL 79.16º 0.56% 0.58% -
HSV(B) 79.16º 0.57% 0.82% -
XYZ 40.94 54.38 17.79 -
YUV 183.07 74.91 118.68 -
System Red Green Blue C M Y K H S L
Decimal 170 208 89 0.18 0 0.57 0.18 79.16 0.56 0.58
Hex AA D0 59 12 0 39 12 4F 38 3A
Octal 252 320 131 22 0 71 22 117 70 72
Binary 10101010 11010000 1011001 10010 0 111001 10010 1001111 111000 111010

Color Harmonies of #AAD059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD059

Black with #AAD059

Text Example


Text Example

White with #AAD059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD059; }

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

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

background-color css

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

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

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

border-color css

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

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

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