#A2ED54

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

Shades of Conifer #A2ED54

Tints of Conifer #A2ED54

Color information

#A2ED54 (or 0xA2ED54) is unknown color: approx Conifer. HEX triplet: A2, ED and 54. RGB value is (162,237,84). Sum of RGB (Red+Green+Blue) = 162+237+84=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2ED54 is #5D12AB. Grayscale: #C5C5C5. Windows color (decimal): -6099628 or 5565858. OLE color: 5565858.

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

Color convert

RGB16223784-
CMYK0.3200.650.07
HSL89.41º80.95%62.94%-
HSV(B)89.41º64.56%92.94%-
XYZ46.7868.8919.22-
YUV197.1364.15102.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 237 (92.97% from 255) = 49.07%
BLUE value IS 84 (33.20% from 255) = 17.39%
R=33.54%
G=49.07%
B=17.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162237840.3200.650.0789.4180.9562.94
HexA2ED5420041759513f
Octal242355124400101713112177
Binary101000101110110110101001000000100000111110110011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ED54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ED54; }

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

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

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

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

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

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

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

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