#ABF965

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

Shades of Conifer #ABF965

Tints of Conifer #ABF965

Color information

#ABF965 (or 0xABF965) is unknown color: approx Conifer. HEX triplet: AB, F9 and 65. RGB value is (171,249,101). Sum of RGB (Red+Green+Blue) = 171+249+101=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF965 is #54069A. Grayscale: #D1D1D1. Windows color (decimal): -5506715 or 6683051. OLE color: 6683051.

HSL color Cylindrical-coordinate representation of color #ABF965: hue angle of 91.62º 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 #ABF965 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB171249101-
CMYK0.3100.590.02
HSL91.62º92.5%68.63%-
HSV(B)91.62º59.44%97.65%-
XYZ53.0277.3524.45-
YUV208.8167.16101.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 249 (97.66% from 255) = 47.79%
BLUE value IS 101 (39.84% from 255) = 19.39%
R=32.82%
G=47.79%
B=19.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712491010.3100.590.0291.6292.568.63
HexABF9651F03B25c5c45
Octal253371145370732134134105
Binary1010101111111001110010111111011101110101110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF965; }

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

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

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

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

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

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

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

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