#ADFABF

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

Shades of Fringy Flower #ADFABF

Tints of Fringy Flower #ADFABF

Color information

#ADFABF (or 0xADFABF) is unknown color: approx Fringy Flower. HEX triplet: AD, FA and BF. RGB value is (173,250,191). Sum of RGB (Red+Green+Blue) = 173+250+191=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFABF is #520540. Grayscale: #DCDCDC. Windows color (decimal): -5375297 or 12581549. OLE color: 12581549.

HSL color Cylindrical-coordinate representation of color #ADFABF: hue angle of 134.03º 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 #ADFABF is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB173250191-
CMYK0.3100.240.02
HSL134.03º88.51%82.94%-
HSV(B)134.03º30.8%98.04%-
XYZ60.8281.0261.72-
YUV220.25111.4994.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.18%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 191 (75% from 255) = 31.11%
R=28.18%
G=40.72%
B=31.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732501910.3100.240.02134.0388.5182.94
HexADFABF1F0182865953
Octal255372277370302206131123
Binary10101101111110101011111111111011000101000011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFABF; }

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

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

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

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

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

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

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

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