#ADFAB9

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

Shades of Fringy Flower #ADFAB9

Tints of Fringy Flower #ADFAB9

Color information

#ADFAB9 (or 0xADFAB9) is unknown color: approx Fringy Flower. HEX triplet: AD, FA and B9. RGB value is (173,250,185). Sum of RGB (Red+Green+Blue) = 173+250+185=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAB9 is #520546. Grayscale: #DBDBDB. Windows color (decimal): -5375303 or 12188333. OLE color: 12188333.

HSL color Cylindrical-coordinate representation of color #ADFAB9: hue angle of 129.35º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFAB9 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB173250185-
CMYK0.3100.260.02
HSL129.35º88.51%82.94%-
HSV(B)129.35º30.8%98.04%-
XYZ60.1880.7658.32-
YUV219.57108.4994.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 185 (72.66% from 255) = 30.43%
R=28.45%
G=41.12%
B=30.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732501850.3100.260.02129.3588.5182.94
HexADFAB91F01A2815953
Octal255372271370322201131123
Binary10101101111110101011100111111011010101000000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAB9; }

 p { color: rgb(173,250,185); }

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

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

 a { background-color: rgb(173,250,185); }

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

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

 span { border-color: rgb(173,250,185); }

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