#AADB58

Color #AADB58 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AADB58

Tints of Conifer #AADB58

Color information

#AADB58 (or 0xAADB58) is unknown color: approx Conifer. HEX triplet: AA, DB and 58. RGB value is (170,219,88). Sum of RGB (Red+Green+Blue) = 170+219+88=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB58 is #5524A7. Grayscale: #BDBDBD. Windows color (decimal): -5579944 or 5823402. OLE color: 5823402.

HSL color Cylindrical-coordinate representation of color #AADB58: hue angle of 82.44º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AADB58 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB17021988-
CMYK0.2200.600.14
HSL82.44º64.53%60.2%-
HSV(B)82.44º59.82%85.88%-
XYZ43.6759.9118.5-
YUV189.4270.77114.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 219 (85.94% from 255) = 45.91%
BLUE value IS 88 (34.77% from 255) = 18.45%
R=35.64%
G=45.91%
B=18.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170219880.2200.600.1482.4464.5360.2
HexAADB581603CE52413c
Octal252333130260741612210174
Binary10101010110110111011000101100111100111010100101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADB58; }

 p { color: rgb(170,219,88); }

 H1.HeaderClassName
 {
   color: #AADB58;
 }
 .AnyTagClassName
 {
   color: #AADB58;
 }
</style>
background-color css

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

 a { background-color: rgb(170,219,88); }

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

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

 span { border-color: rgb(170,219,88); }

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