#ADF4BF

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

Shades of Fringy Flower #ADF4BF

Tints of Fringy Flower #ADF4BF

Color information

#ADF4BF (or 0xADF4BF) is unknown color: approx Fringy Flower. HEX triplet: AD, F4 and BF. RGB value is (173,244,191). Sum of RGB (Red+Green+Blue) = 173+244+191=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF4BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF4BF is #520B40. Grayscale: #D8D8D8. Windows color (decimal): -5376833 or 12580013. OLE color: 12580013.

HSL color Cylindrical-coordinate representation of color #ADF4BF: hue angle of 135.21º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF4BF is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB173244191-
CMYK0.2900.220.04
HSL135.21º76.34%81.76%-
HSV(B)135.21º29.1%95.69%-
XYZ58.9977.3561.11-
YUV216.73113.4896.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 244 (95.70% from 255) = 40.13%
BLUE value IS 191 (75% from 255) = 31.41%
R=28.45%
G=40.13%
B=31.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732441910.2900.220.04135.2176.3481.76
HexADF4BF1D0164874c52
Octal255364277350264207114122
Binary101011011111010010111111111010101101001000011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF4BF; }

 p { color: rgb(173,244,191); }

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

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

 a { background-color: rgb(173,244,191); }

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

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

 span { border-color: rgb(173,244,191); }

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