#A2E94C

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

Shades of Conifer #A2E94C

Tints of Conifer #A2E94C

Color information

#A2E94C (or 0xA2E94C) is unknown color: approx Conifer. HEX triplet: A2, E9 and 4C. RGB value is (162,233,76). Sum of RGB (Red+Green+Blue) = 162+233+76=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E94C is #5D16B3. Grayscale: #C2C2C2. Windows color (decimal): -6100660 or 5040546. OLE color: 5040546.

HSL color Cylindrical-coordinate representation of color #A2E94C: hue angle of 87.13º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2E94C is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB16223376-
CMYK0.3000.670.09
HSL87.13º78.11%60.59%-
HSV(B)87.13º67.38%91.37%-
XYZ45.3466.4817.28-
YUV193.8761.48105.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 233 (91.41% from 255) = 49.47%
BLUE value IS 76 (30.08% from 255) = 16.14%
R=34.39%
G=49.47%
B=16.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162233760.3000.670.0987.1378.1160.59
HexA2E94C1E0439574e3d
Octal2423511143601031112711675
Binary101000101110100110011001111001000011100110101111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E94C; }

 p { color: rgb(162,233,76); }

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

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

 a { background-color: rgb(162,233,76); }

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

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

 span { border-color: rgb(162,233,76); }

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