#A0F965

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

Shades of Conifer #A0F965

Tints of Conifer #A0F965

Color information

#A0F965 (or 0xA0F965) is unknown color: approx Conifer. HEX triplet: A0, F9 and 65. RGB value is (160,249,101). Sum of RGB (Red+Green+Blue) = 160+249+101=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F965 is #5F069A. Grayscale: #CECECE. Windows color (decimal): -6227611 or 6683040. OLE color: 6683040.

HSL color Cylindrical-coordinate representation of color #A0F965: hue angle of 96.08º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0F965 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB160249101-
CMYK0.3600.590.02
HSL96.08º92.5%68.63%-
HSV(B)96.08º59.44%97.65%-
XYZ50.7276.1624.34-
YUV205.5269.0195.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 249 (97.66% from 255) = 48.82%
BLUE value IS 101 (39.84% from 255) = 19.80%
R=31.37%
G=48.82%
B=19.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602491010.3600.590.0296.0892.568.63
HexA0F9652403B2605c45
Octal240371145440732140134105
Binary10100000111110011100101100100011101110110000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F965; }

 p { color: rgb(160,249,101); }

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

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

 a { background-color: rgb(160,249,101); }

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

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

 span { border-color: rgb(160,249,101); }

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