#abf64f

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

Shades of Conifer #ABF64F

Tints of Conifer #ABF64F

Color information

#ABF64F (or 0xABF64F) is unknown color: approx Conifer. HEX triplet: AB, F6 and 4F. RGB value is (171,246,79). Sum of RGB (Red+Green+Blue) = 171+246+79=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF64F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF64F is #5409B0. Grayscale: #CDCDCD. Windows color (decimal): -5507505 or 5240491. OLE color: 5240491.

HSL color Cylindrical-coordinate representation of color #ABF64F: hue angle of 86.95º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABF64F is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB17124679-
CMYK0.3000.680.04
HSL86.95º90.27%63.73%-
HSV(B)86.95º67.89%96.47%-
XYZ51.1675.1319.2-
YUV204.5457.15104.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 246 (96.48% from 255) = 49.60%
BLUE value IS 79 (31.25% from 255) = 15.93%
R=34.48%
G=49.60%
B=15.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171246790.3000.680.0486.9590.2763.73
HexABF64F1E0444575a40
Octal2533661173601044127132100
Binary101010111111011010011111111001000100100101011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abf64f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abf64f; }

 p { color: rgb(171,246,79); }

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

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

 a { background-color: rgb(171,246,79); }

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

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

 span { border-color: rgb(171,246,79); }

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