#A4E060

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

Shades of Conifer #A4E060

Tints of Conifer #A4E060

Color information

#A4E060 (or 0xA4E060) is unknown color: approx Conifer. HEX triplet: A4, E0 and 60. RGB value is (164,224,96). Sum of RGB (Red+Green+Blue) = 164+224+96=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E060 is #5B1F9F. Grayscale: #BFBFBF. Windows color (decimal): -5971872 or 6348964. OLE color: 6348964.

HSL color Cylindrical-coordinate representation of color #A4E060: hue angle of 88.12º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4E060 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB16422496-
CMYK0.2700.570.12
HSL88.12º67.37%62.75%-
HSV(B)88.12º57.14%87.84%-
XYZ44.0862.0520.72-
YUV191.4774.12108.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 224 (87.89% from 255) = 46.28%
BLUE value IS 96 (37.89% from 255) = 19.83%
R=33.88%
G=46.28%
B=19.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164224960.2700.570.1288.1267.3762.75
HexA4E0601B039C58433f
Octal244340140330711413010377
Binary10100100111000001100000110110111001110010110001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E060; }

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

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

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

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

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

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

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

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