#ABF764

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

Shades of Conifer #ABF764

Tints of Conifer #ABF764

Color information

#ABF764 (or 0xABF764) is unknown color: approx Conifer. HEX triplet: AB, F7 and 64. RGB value is (171,247,100). Sum of RGB (Red+Green+Blue) = 171+247+100=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF764 is #54089B. Grayscale: #D0D0D0. Windows color (decimal): -5507228 or 6617003. OLE color: 6617003.

HSL color Cylindrical-coordinate representation of color #ABF764: hue angle of 91.02º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABF764 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB171247100-
CMYK0.3100.600.03
HSL91.02º90.18%68.04%-
HSV(B)91.02º59.51%96.86%-
XYZ52.3676.123.99-
YUV207.5267.32101.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 247 (96.88% from 255) = 47.68%
BLUE value IS 100 (39.45% from 255) = 19.31%
R=33.01%
G=47.68%
B=19.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712471000.3100.600.0391.0290.1868.04
HexABF7641F03C35b5a44
Octal253367144370743133132104
Binary1010101111110111110010011111011110011101101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF764; }

 p { color: rgb(171,247,100); }

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

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

 a { background-color: rgb(171,247,100); }

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

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

 span { border-color: rgb(171,247,100); }

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