#A5E05D

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

Shades of Conifer #A5E05D

Tints of Conifer #A5E05D

Color information

#A5E05D (or 0xA5E05D) is unknown color: approx Conifer. HEX triplet: A5, E0 and 5D. RGB value is (165,224,93). Sum of RGB (Red+Green+Blue) = 165+224+93=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E05D is #5A1FA2. Grayscale: #BFBFBF. Windows color (decimal): -5906339 or 6152357. OLE color: 6152357.

HSL color Cylindrical-coordinate representation of color #A5E05D: hue angle of 87.02º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5E05D is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB16522493-
CMYK0.2600.580.12
HSL87.02º67.88%62.16%-
HSV(B)87.02º58.48%87.84%-
XYZ44.1562.120.02-
YUV191.4272.45109.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 224 (87.89% from 255) = 46.47%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=34.23%
G=46.47%
B=19.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165224930.2600.580.1287.0267.8862.16
HexA5E05D1A03AC57443e
Octal245340135320721412710476
Binary10100101111000001011101110100111010110010101111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E05D; }

 p { color: rgb(165,224,93); }

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

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

 a { background-color: rgb(165,224,93); }

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

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

 span { border-color: rgb(165,224,93); }

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