#A5E558

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

Shades of Conifer #A5E558

Tints of Conifer #A5E558

Color information

#A5E558 (or 0xA5E558) is unknown color: approx Conifer. HEX triplet: A5, E5 and 58. RGB value is (165,229,88). Sum of RGB (Red+Green+Blue) = 165+229+88=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E558 is #5A1AA7. Grayscale: #C2C2C2. Windows color (decimal): -5905064 or 5825957. OLE color: 5825957.

HSL color Cylindrical-coordinate representation of color #A5E558: hue angle of 87.23º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5E558 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB16522988-
CMYK0.2800.620.10
HSL87.23º73.06%62.16%-
HSV(B)87.23º61.57%89.8%-
XYZ45.364.7419.34-
YUV193.7968.3107.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 229 (89.84% from 255) = 47.51%
BLUE value IS 88 (34.77% from 255) = 18.26%
R=34.23%
G=47.51%
B=18.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal165229880.2800.620.1087.2373.0662.16
HexA5E5581C03EA57493e
Octal245345130340761212711176
Binary10100101111001011011000111000111110101010101111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E558; }

 p { color: rgb(165,229,88); }

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

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

 a { background-color: rgb(165,229,88); }

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

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

 span { border-color: rgb(165,229,88); }

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