#A4EA60

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

Shades of Conifer #A4EA60

Tints of Conifer #A4EA60

Color information

#A4EA60 (or 0xA4EA60) is unknown color: approx Conifer. HEX triplet: A4, EA and 60. RGB value is (164,234,96). Sum of RGB (Red+Green+Blue) = 164+234+96=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EA60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EA60 is #5B159F. Grayscale: #C5C5C5. Windows color (decimal): -5969312 or 6351524. OLE color: 6351524.

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

Color convert

RGB16423496-
CMYK0.3000.590.08
HSL90.43º76.67%64.71%-
HSV(B)90.43º58.97%91.76%-
XYZ46.8467.5821.64-
YUV197.3470.81104.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 234 (91.80% from 255) = 47.37%
BLUE value IS 96 (37.89% from 255) = 19.43%
R=33.20%
G=47.37%
B=19.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal164234960.3000.590.0890.4376.6764.71
HexA4EA601E03B85a4d41
Octal2443521403607310132115101
Binary101001001110101011000001111001110111000101101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EA60; }

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

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

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

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

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

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

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

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