#A7F960

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

Shades of Conifer #A7F960

Tints of Conifer #A7F960

Color information

#A7F960 (or 0xA7F960) is unknown color: approx Conifer. HEX triplet: A7, F9 and 60. RGB value is (167,249,96). Sum of RGB (Red+Green+Blue) = 167+249+96=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #A7F960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F960 is #58069F. Grayscale: #CFCFCF. Windows color (decimal): -5768864 or 6355367. OLE color: 6355367.

HSL color Cylindrical-coordinate representation of color #A7F960: hue angle of 92.16º 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 #A7F960 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB16724996-
CMYK0.3300.610.02
HSL92.16º92.73%67.65%-
HSV(B)92.16º61.45%97.65%-
XYZ51.9276.8123.16-
YUV207.0465.3399.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 249 (97.66% from 255) = 48.63%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=32.62%
G=48.63%
B=18.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal167249960.3300.610.0292.1692.7367.65
HexA7F9602103D25c5d44
Octal247371140410752134135104
Binary10100111111110011100000100001011110110101110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F960; }

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

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

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

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

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

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

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

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