#A4F960

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

Shades of Conifer #A4F960

Tints of Conifer #A4F960

Color information

#A4F960 (or 0xA4F960) is unknown color: approx Conifer. HEX triplet: A4, F9 and 60. RGB value is (164,249,96). Sum of RGB (Red+Green+Blue) = 164+249+96=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F960 is #5B069F. Grayscale: #CECECE. Windows color (decimal): -5965472 or 6355364. OLE color: 6355364.

HSL color Cylindrical-coordinate representation of color #A4F960: hue angle of 93.33º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4F960 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB16424996-
CMYK0.3400.610.02
HSL93.33º92.73%67.65%-
HSV(B)93.33º61.45%97.65%-
XYZ51.376.4923.13-
YUV206.1465.8497.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 249 (97.66% from 255) = 48.92%
BLUE value IS 96 (37.89% from 255) = 18.86%
R=32.22%
G=48.92%
B=18.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164249960.3400.610.0293.3392.7367.65
HexA4F9602203D25d5d44
Octal244371140420752135135104
Binary10100100111110011100000100010011110110101110110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F960; }

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

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

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

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

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

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

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

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