#ADF1BE

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

Shades of Fringy Flower #ADF1BE

Tints of Fringy Flower #ADF1BE

Color information

#ADF1BE (or 0xADF1BE) is unknown color: approx Fringy Flower. HEX triplet: AD, F1 and BE. RGB value is (173,241,190). Sum of RGB (Red+Green+Blue) = 173+241+190=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1BE is #520E41. Grayscale: #D6D6D6. Windows color (decimal): -5377602 or 12513709. OLE color: 12513709.

HSL color Cylindrical-coordinate representation of color #ADF1BE: hue angle of 135º 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 #ADF1BE is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB173241190-
CMYK0.2800.210.05
HSL135º70.83%81.18%-
HSV(B)135º28.22%94.51%-
XYZ57.9875.5160.23-
YUV214.85113.9798.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 241 (94.53% from 255) = 39.90%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=28.64%
G=39.90%
B=31.46%

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
Decimal1732411900.2800.210.0513570.8381.18
HexADF1BE1C0155874751
Octal255361276340255207107121
Binary101011011111000110111110111000101011011000011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF1BE; }

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

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

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

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

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

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

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

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