#A8F960

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

Shades of Conifer #A8F960

Tints of Conifer #A8F960

Color information

#A8F960 (or 0xA8F960) is unknown color: approx Conifer. HEX triplet: A8, F9 and 60. RGB value is (168,249,96). Sum of RGB (Red+Green+Blue) = 168+249+96=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F960 is #57069F. Grayscale: #CFCFCF. Windows color (decimal): -5703328 or 6355368. OLE color: 6355368.

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

Color convert

RGB16824996-
CMYK0.3300.610.02
HSL91.76º92.73%67.65%-
HSV(B)91.76º61.45%97.65%-
XYZ52.1476.9223.17-
YUV207.3465.1699.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 249 (97.66% from 255) = 48.54%
BLUE value IS 96 (37.89% from 255) = 18.71%
R=32.75%
G=48.54%
B=18.71%

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
Decimal168249960.3300.610.0291.7692.7367.65
HexA8F9602103D25c5d44
Octal250371140410752134135104
Binary10101000111110011100000100001011110110101110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F960; }

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

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

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

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

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

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

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

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