#a5ed54

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

Shades of Conifer #A5ED54

Tints of Conifer #A5ED54

Color information

#A5ED54 (or 0xA5ED54) is unknown color: approx Conifer. HEX triplet: A5, ED and 54. RGB value is (165,237,84). Sum of RGB (Red+Green+Blue) = 165+237+84=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5ED54 is #5A12AB. Grayscale: #C6C6C6. Windows color (decimal): -5903020 or 5565861. OLE color: 5565861.

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

Color convert

RGB16523784-
CMYK0.3000.650.07
HSL88.24º80.95%62.94%-
HSV(B)88.24º64.56%92.94%-
XYZ47.469.2119.25-
YUV198.0363.65104.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 237 (92.97% from 255) = 48.77%
BLUE value IS 84 (33.20% from 255) = 17.28%
R=33.95%
G=48.77%
B=17.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165237840.3000.650.0788.2480.9562.94
HexA5ED541E041758513f
Octal245355124360101713012177
Binary10100101111011011010100111100100000111110110001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5ed54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5ed54; }

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

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

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

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

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

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

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

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