#abf34f

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

Shades of Conifer #ABF34F

Tints of Conifer #ABF34F

Color information

#ABF34F (or 0xABF34F) is unknown color: approx Conifer. HEX triplet: AB, F3 and 4F. RGB value is (171,243,79). Sum of RGB (Red+Green+Blue) = 171+243+79=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF34F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF34F is #540CB0. Grayscale: #CBCBCB. Windows color (decimal): -5508273 or 5239723. OLE color: 5239723.

HSL color Cylindrical-coordinate representation of color #ABF34F: hue angle of 86.34º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABF34F is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB17124379-
CMYK0.3000.670.05
HSL86.34º87.23%63.14%-
HSV(B)86.34º67.49%95.29%-
XYZ50.2673.3218.9-
YUV202.7858.15105.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 243 (95.31% from 255) = 49.29%
BLUE value IS 79 (31.25% from 255) = 16.02%
R=34.69%
G=49.29%
B=16.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171243790.3000.670.0586.3487.2363.14
HexABF34F1E043556573f
Octal253363117360103512612777
Binary10101011111100111001111111100100001110110101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abf34f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abf34f; }

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

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

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

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

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

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

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

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