#ADF1BF

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

Shades of Fringy Flower #ADF1BF

Tints of Fringy Flower #ADF1BF

Color information

#ADF1BF (or 0xADF1BF) is unknown color: approx Fringy Flower. HEX triplet: AD, F1 and BF. RGB value is (173,241,191). Sum of RGB (Red+Green+Blue) = 173+241+191=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1BF is #520E40. Grayscale: #D7D7D7. Windows color (decimal): -5377601 or 12579245. OLE color: 12579245.

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

Color convert

RGB173241191-
CMYK0.2800.210.05
HSL135.88º70.83%81.18%-
HSV(B)135.88º28.22%94.51%-
XYZ58.0975.5660.81-
YUV214.97114.4798.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.60%
GREEN value IS 241 (94.53% from 255) = 39.83%
BLUE value IS 191 (75% from 255) = 31.57%
R=28.60%
G=39.83%
B=31.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732411910.2800.210.05135.8870.8381.18
HexADF1BF1C0155884751
Octal255361277340255210107121
Binary101011011111000110111111111000101011011000100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF1BF; }

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

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

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

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

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

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

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

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