#ABF2C0

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

Shades of Fringy Flower #ABF2C0

Tints of Fringy Flower #ABF2C0

Color information

#ABF2C0 (or 0xABF2C0) is unknown color: approx Fringy Flower. HEX triplet: AB, F2 and C0. RGB value is (171,242,192). Sum of RGB (Red+Green+Blue) = 171+242+192=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2C0 is #540D3F. Grayscale: #D7D7D7. Windows color (decimal): -5508416 or 12645035. OLE color: 12645035.

HSL color Cylindrical-coordinate representation of color #ABF2C0: hue angle of 137.75º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2C0 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB171242192-
CMYK0.2900.210.05
HSL137.75º73.2%80.98%-
HSV(B)137.75º29.34%94.9%-
XYZ58.0675.9761.47-
YUV215.07114.9896.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.26%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 192 (75.39% from 255) = 31.74%
R=28.26%
G=40%
B=31.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712421920.2900.210.05137.7573.280.98
HexABF2C01D01558a4951
Octal253362300350255212111121
Binary101010111111001011000000111010101011011000101010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF2C0; }

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

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

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

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

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

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

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

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