#A8FB61

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

Shades of Conifer #A8FB61

Tints of Conifer #A8FB61

Color information

#A8FB61 (or 0xA8FB61) is unknown color: approx Conifer. HEX triplet: A8, FB and 61. RGB value is (168,251,97). Sum of RGB (Red+Green+Blue) = 168+251+97=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB61 is #57049E. Grayscale: #D1D1D1. Windows color (decimal): -5702815 or 6421416. OLE color: 6421416.

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

Color convert

RGB16825197-
CMYK0.3300.610.02
HSL92.34º95.06%68.24%-
HSV(B)92.34º61.35%98.43%-
XYZ52.878.1823.62-
YUV208.636599.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 251 (98.44% from 255) = 48.64%
BLUE value IS 97 (38.28% from 255) = 18.80%
R=32.56%
G=48.64%
B=18.80%

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
Decimal168251970.3300.610.0292.3495.0668.24
HexA8FB612103D25c5f44
Octal250373141410752134137104
Binary10101000111110111100001100001011110110101110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FB61; }

 p { color: rgb(168,251,97); }

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

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

 a { background-color: rgb(168,251,97); }

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

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

 span { border-color: rgb(168,251,97); }

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