#ADF0BF

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

Shades of Fringy Flower #ADF0BF

Tints of Fringy Flower #ADF0BF

Color information

#ADF0BF (or 0xADF0BF) is unknown color: approx Fringy Flower. HEX triplet: AD, F0 and BF. RGB value is (173,240,191). Sum of RGB (Red+Green+Blue) = 173+240+191=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0BF is #520F40. Grayscale: #D6D6D6. Windows color (decimal): -5377857 or 12578989. OLE color: 12578989.

HSL color Cylindrical-coordinate representation of color #ADF0BF: hue angle of 136.12º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0BF is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB173240191-
CMYK0.2800.200.06
HSL136.12º69.07%80.98%-
HSV(B)136.12º27.92%94.12%-
XYZ57.874.9760.71-
YUV214.38114.898.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 240 (94.14% from 255) = 39.74%
BLUE value IS 191 (75% from 255) = 31.62%
R=28.64%
G=39.74%
B=31.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732401910.2800.200.06136.1269.0780.98
HexADF0BF1C0146884551
Octal255360277340246210105121
Binary101011011111000010111111111000101001101000100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF0BF; }

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

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

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

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

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

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

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

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