#A5EE5E

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

Shades of Conifer #A5EE5E

Tints of Conifer #A5EE5E

Color information

#A5EE5E (or 0xA5EE5E) is unknown color: approx Conifer. HEX triplet: A5, EE and 5E. RGB value is (165,238,94). Sum of RGB (Red+Green+Blue) = 165+238+94=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EE5E is #5A11A1. Grayscale: #C8C8C8. Windows color (decimal): -5902754 or 6221477. OLE color: 6221477.

HSL color Cylindrical-coordinate representation of color #A5EE5E: hue angle of 90.42º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5EE5E is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB16523894-
CMYK0.3100.610.07
HSL90.42º80.9%65.1%-
HSV(B)90.42º60.5%93.33%-
XYZ48.1169.9621.56-
YUV199.7668.32103.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 238 (93.36% from 255) = 47.89%
BLUE value IS 94 (37.11% from 255) = 18.91%
R=33.20%
G=47.89%
B=18.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165238940.3100.610.0790.4280.965.1
HexA5EE5E1F03D75a5141
Octal245356136370757132121101
Binary10100101111011101011110111110111101111101101010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EE5E; }

 p { color: rgb(165,238,94); }

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

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

 a { background-color: rgb(165,238,94); }

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

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

 span { border-color: rgb(165,238,94); }

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