#ABF4C0

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

Shades of Fringy Flower #ABF4C0

Tints of Fringy Flower #ABF4C0

Color information

#ABF4C0 (or 0xABF4C0) is unknown color: approx Fringy Flower. HEX triplet: AB, F4 and C0. RGB value is (171,244,192). Sum of RGB (Red+Green+Blue) = 171+244+192=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF4C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF4C0 is #540B3F. Grayscale: #D8D8D8. Windows color (decimal): -5507904 or 12645547. OLE color: 12645547.

HSL color Cylindrical-coordinate representation of color #ABF4C0: hue angle of 137.26º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF4C0 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB171244192-
CMYK0.3000.210.04
HSL137.26º76.84%81.37%-
HSV(B)137.26º29.92%95.69%-
XYZ58.6677.1761.67-
YUV216.24114.3295.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.17%
GREEN value IS 244 (95.70% from 255) = 40.20%
BLUE value IS 192 (75.39% from 255) = 31.63%
R=28.17%
G=40.20%
B=31.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712441920.3000.210.04137.2676.8481.37
HexABF4C01E0154894d51
Octal253364300360254211115121
Binary101010111111010011000000111100101011001000100110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF4C0; }

 p { color: rgb(171,244,192); }

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

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

 a { background-color: rgb(171,244,192); }

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

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

 span { border-color: rgb(171,244,192); }

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