#a2e254

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

Shades of Conifer #A2E254

Tints of Conifer #A2E254

Color information

#A2E254 (or 0xA2E254) is unknown color: approx Conifer. HEX triplet: A2, E2 and 54. RGB value is (162,226,84). Sum of RGB (Red+Green+Blue) = 162+226+84=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E254 is #5D1DAB. Grayscale: #BFBFBF. Windows color (decimal): -6102444 or 5563042. OLE color: 5563042.

HSL color Cylindrical-coordinate representation of color #A2E254: hue angle of 87.04º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2E254 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB16222684-
CMYK0.2800.630.11
HSL87.04º71%60.78%-
HSV(B)87.04º62.83%88.63%-
XYZ43.762.7118.19-
YUV190.6867.8107.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 226 (88.67% from 255) = 47.88%
BLUE value IS 84 (33.20% from 255) = 17.80%
R=34.32%
G=47.88%
B=17.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal162226840.2800.630.1187.047160.78
HexA2E2541C03FB57473d
Octal242342124340771312710775
Binary10100010111000101010100111000111111101110101111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2e254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2e254; }

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

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

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

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

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

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

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

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