#ABF161

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

Shades of Conifer #ABF161

Tints of Conifer #ABF161

Color information

#ABF161 (or 0xABF161) is unknown color: approx Conifer. HEX triplet: AB, F1 and 61. RGB value is (171,241,97). Sum of RGB (Red+Green+Blue) = 171+241+97=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF161 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF161 is #540E9E. Grayscale: #CCCCCC. Windows color (decimal): -5508767 or 6418859. OLE color: 6418859.

HSL color Cylindrical-coordinate representation of color #ABF161: hue angle of 89.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABF161 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB17124197-
CMYK0.2900.600.05
HSL89.17º83.72%66.27%-
HSV(B)89.17º59.75%94.51%-
XYZ50.4172.4322.63-
YUV203.6567.81104.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 241 (94.53% from 255) = 47.35%
BLUE value IS 97 (38.28% from 255) = 19.06%
R=33.60%
G=47.35%
B=19.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171241970.2900.600.0589.1783.7266.27
HexABF1611D03C5595442
Octal253361141350745131124102
Binary10101011111100011100001111010111100101101100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF161; }

 p { color: rgb(171,241,97); }

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

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

 a { background-color: rgb(171,241,97); }

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

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

 span { border-color: rgb(171,241,97); }

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