#ADFDBA

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

Shades of Fringy Flower #ADFDBA

Tints of Fringy Flower #ADFDBA

Color information

#ADFDBA (or 0xADFDBA) is unknown color: approx Fringy Flower. HEX triplet: AD, FD and BA. RGB value is (173,253,186). Sum of RGB (Red+Green+Blue) = 173+253+186=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDBA is #520245. Grayscale: #DDDDDD. Windows color (decimal): -5374534 or 12254637. OLE color: 12254637.

HSL color Cylindrical-coordinate representation of color #ADFDBA: hue angle of 129.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDBA is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB173253186-
CMYK0.3200.260.01
HSL129.75º95.24%83.53%-
HSV(B)129.75º31.62%99.22%-
XYZ61.2282.6859.19-
YUV221.4410893.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.27%
GREEN value IS 253 (99.22% from 255) = 41.34%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=28.27%
G=41.34%
B=30.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732531860.3200.260.01129.7595.2483.53
HexADFDBA2001A1825f54
Octal255375272400321202137124
Binary10101101111111011011101010000001101011000001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDBA; }

 p { color: rgb(173,253,186); }

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

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

 a { background-color: rgb(173,253,186); }

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

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

 span { border-color: rgb(173,253,186); }

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