#ABF2BF

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

Shades of Fringy Flower #ABF2BF

Tints of Fringy Flower #ABF2BF

Color information

#ABF2BF (or 0xABF2BF) is unknown color: approx Fringy Flower. HEX triplet: AB, F2 and BF. RGB value is (171,242,191). Sum of RGB (Red+Green+Blue) = 171+242+191=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2BF is #540D40. Grayscale: #D7D7D7. Windows color (decimal): -5508417 or 12579499. OLE color: 12579499.

HSL color Cylindrical-coordinate representation of color #ABF2BF: hue angle of 136.9º 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 #ABF2BF is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB171242191-
CMYK0.2900.210.05
HSL136.9º73.2%80.98%-
HSV(B)136.9º29.34%94.9%-
XYZ57.9575.9260.89-
YUV214.96114.4896.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 242 (94.92% from 255) = 40.07%
BLUE value IS 191 (75% from 255) = 31.62%
R=28.31%
G=40.07%
B=31.62%

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
Decimal1712421910.2900.210.05136.973.280.98
HexABF2BF1D0155894951
Octal253362277350255211111121
Binary101010111111001010111111111010101011011000100110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF2BF; }

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

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

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

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

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

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

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

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