#ADF8BF

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

Shades of Fringy Flower #ADF8BF

Tints of Fringy Flower #ADF8BF

Color information

#ADF8BF (or 0xADF8BF) is unknown color: approx Fringy Flower. HEX triplet: AD, F8 and BF. RGB value is (173,248,191). Sum of RGB (Red+Green+Blue) = 173+248+191=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8BF is #520740. Grayscale: #DBDBDB. Windows color (decimal): -5375809 or 12581037. OLE color: 12581037.

HSL color Cylindrical-coordinate representation of color #ADF8BF: hue angle of 134.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8BF is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB173248191-
CMYK0.3000.230.03
HSL134.4º84.27%82.55%-
HSV(B)134.4º30.24%97.25%-
XYZ60.279.7861.52-
YUV219.08112.1595.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.27%
GREEN value IS 248 (97.27% from 255) = 40.52%
BLUE value IS 191 (75% from 255) = 31.21%
R=28.27%
G=40.52%
B=31.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732481910.3000.230.03134.484.2782.55
HexADF8BF1E0173865453
Octal255370277360273206124123
Binary10101101111110001011111111110010111111000011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF8BF; }

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

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

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

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

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

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

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

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