#a4e960

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

Shades of Conifer #A4E960

Tints of Conifer #A4E960

Color information

#A4E960 (or 0xA4E960) is unknown color: approx Conifer. HEX triplet: A4, E9 and 60. RGB value is (164,233,96). Sum of RGB (Red+Green+Blue) = 164+233+96=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #A4E960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4E960 is #5B169F. Grayscale: #C5C5C5. Windows color (decimal): -5969568 or 6351268. OLE color: 6351268.

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

Color convert

RGB16423396-
CMYK0.3000.590.09
HSL90.22º75.69%64.51%-
HSV(B)90.22º58.8%91.37%-
XYZ46.5667.0121.55-
YUV196.7571.14104.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 233 (91.41% from 255) = 47.26%
BLUE value IS 96 (37.89% from 255) = 19.47%
R=33.27%
G=47.26%
B=19.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal164233960.3000.590.0990.2275.6964.51
HexA4E9601E03B95a4c41
Octal2443511403607311132114101
Binary101001001110100111000001111001110111001101101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4e960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4e960; }

 p { color: rgb(164,233,96); }

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

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

 a { background-color: rgb(164,233,96); }

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

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

 span { border-color: rgb(164,233,96); }

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