#A0F866

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

Shades of Conifer #A0F866

Tints of Conifer #A0F866

Color information

#A0F866 (or 0xA0F866) is unknown color: approx Conifer. HEX triplet: A0, F8 and 66. RGB value is (160,248,102). Sum of RGB (Red+Green+Blue) = 160+248+102=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F866 is #5F0799. Grayscale: #CDCDCD. Windows color (decimal): -6227866 or 6748320. OLE color: 6748320.

HSL color Cylindrical-coordinate representation of color #A0F866: hue angle of 96.16º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0F866 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB160248102-
CMYK0.3500.590.03
HSL96.16º91.25%68.63%-
HSV(B)96.16º58.87%97.25%-
XYZ50.4675.5724.5-
YUV205.0469.8595.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 248 (97.27% from 255) = 48.63%
BLUE value IS 102 (40.23% from 255) = 20%
R=31.37%
G=48.63%
B=20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602481020.3500.590.0396.1691.2568.63
HexA0F8662303B3605b45
Octal240370146430733140133105
Binary10100000111110001100110100011011101111110000010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F866; }

 p { color: rgb(160,248,102); }

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

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

 a { background-color: rgb(160,248,102); }

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

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

 span { border-color: rgb(160,248,102); }

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