#A5EA5C

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

Shades of Conifer #A5EA5C

Tints of Conifer #A5EA5C

Color information

#A5EA5C (or 0xA5EA5C) is unknown color: approx Conifer. HEX triplet: A5, EA and 5C. RGB value is (165,234,92). Sum of RGB (Red+Green+Blue) = 165+234+92=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EA5C is #5A15A3. Grayscale: #C5C5C5. Windows color (decimal): -5903780 or 6089381. OLE color: 6089381.

HSL color Cylindrical-coordinate representation of color #A5EA5C: hue angle of 89.15º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5EA5C is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB16523492-
CMYK0.2900.610.08
HSL89.15º77.17%63.92%-
HSV(B)89.15º60.68%91.76%-
XYZ46.8767.6220.71-
YUV197.1868.64105.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 234 (91.80% from 255) = 47.66%
BLUE value IS 92 (36.33% from 255) = 18.74%
R=33.60%
G=47.66%
B=18.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal165234920.2900.610.0889.1577.1763.92
HexA5EA5C1D03D8594d40
Octal2453521343507510131115100
Binary101001011110101010111001110101111011000101100110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EA5C; }

 p { color: rgb(165,234,92); }

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

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

 a { background-color: rgb(165,234,92); }

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

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

 span { border-color: rgb(165,234,92); }

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