#ADF8BE

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

Shades of Fringy Flower #ADF8BE

Tints of Fringy Flower #ADF8BE

Color information

#ADF8BE (or 0xADF8BE) is unknown color: approx Fringy Flower. HEX triplet: AD, F8 and BE. RGB value is (173,248,190). Sum of RGB (Red+Green+Blue) = 173+248+190=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8BE is #520741. Grayscale: #DBDBDB. Windows color (decimal): -5375810 or 12515501. OLE color: 12515501.

HSL color Cylindrical-coordinate representation of color #ADF8BE: hue angle of 133.6º 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 #ADF8BE is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB173248190-
CMYK0.3000.230.03
HSL133.6º84.27%82.55%-
HSV(B)133.6º30.24%97.25%-
XYZ60.179.7460.94-
YUV218.96111.6595.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 248 (97.27% from 255) = 40.59%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=28.31%
G=40.59%
B=31.10%

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
Decimal1732481900.3000.230.03133.684.2782.55
HexADF8BE1E0173865453
Octal255370276360273206124123
Binary10101101111110001011111011110010111111000011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF8BE; }

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

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

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

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

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

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

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

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