#A8FD60

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

Shades of Conifer #A8FD60

Tints of Conifer #A8FD60

Color information

#A8FD60 (or 0xA8FD60) is unknown color: approx Conifer. HEX triplet: A8, FD and 60. RGB value is (168,253,96). Sum of RGB (Red+Green+Blue) = 168+253+96=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD60 is #57029F. Grayscale: #D2D2D2. Windows color (decimal): -5702304 or 6356392. OLE color: 6356392.

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

Color convert

RGB16825396-
CMYK0.3400.620.01
HSL92.48º97.52%68.43%-
HSV(B)92.48º62.06%99.22%-
XYZ53.3979.4223.58-
YUV209.6963.8498.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 253 (99.22% from 255) = 48.94%
BLUE value IS 96 (37.89% from 255) = 18.57%
R=32.50%
G=48.94%
B=18.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal168253960.3400.620.0192.4897.5268.43
HexA8FD602203E15c6244
Octal250375140420761134142104
Binary1010100011111101110000010001001111101101110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FD60; }

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

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

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

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

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

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

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

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