#A5ED5A

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

Shades of Conifer #A5ED5A

Tints of Conifer #A5ED5A

Color information

#A5ED5A (or 0xA5ED5A) is unknown color: approx Conifer. HEX triplet: A5, ED and 5A. RGB value is (165,237,90). Sum of RGB (Red+Green+Blue) = 165+237+90=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5ED5A is #5A12A5. Grayscale: #C7C7C7. Windows color (decimal): -5903014 or 5959077. OLE color: 5959077.

HSL color Cylindrical-coordinate representation of color #A5ED5A: hue angle of 89.39º 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 #A5ED5A is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB16523790-
CMYK0.3000.620.07
HSL89.39º80.33%64.12%-
HSV(B)89.39º62.03%92.94%-
XYZ47.6569.3120.54-
YUV198.7166.65103.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 237 (92.97% from 255) = 48.17%
BLUE value IS 90 (35.55% from 255) = 18.29%
R=33.54%
G=48.17%
B=18.29%

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
Decimal165237900.3000.620.0789.3980.3364.12
HexA5ED5A1E03E7595040
Octal245355132360767131120100
Binary10100101111011011011010111100111110111101100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ED5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ED5A; }

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

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

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

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

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

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

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

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