#A5ED59

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

Shades of Conifer #A5ED59

Tints of Conifer #A5ED59

Color information

#A5ED59 (or 0xA5ED59) is unknown color: approx Conifer. HEX triplet: A5, ED and 59. RGB value is (165,237,89). Sum of RGB (Red+Green+Blue) = 165+237+89=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 89 (35.16% from 255 or 18.13% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5ED59 is #5A12A6. Grayscale: #C7C7C7. Windows color (decimal): -5903015 or 5893541. OLE color: 5893541.

HSL color Cylindrical-coordinate representation of color #A5ED59: hue angle of 89.19º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5ED59 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB16523789-
CMYK0.3000.620.07
HSL89.19º80.43%63.92%-
HSV(B)89.19º62.45%92.94%-
XYZ47.669.2920.32-
YUV198.666.15104.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 237 (92.97% from 255) = 48.27%
BLUE value IS 89 (35.16% from 255) = 18.13%
R=33.60%
G=48.27%
B=18.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165237890.3000.620.0789.1980.4363.92
HexA5ED591E03E7595040
Octal245355131360767131120100
Binary10100101111011011011001111100111110111101100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ED59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ED59; }

 p { color: rgb(165,237,89); }

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

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

 a { background-color: rgb(165,237,89); }

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

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

 span { border-color: rgb(165,237,89); }

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