#ADF9BD

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

Shades of Fringy Flower #ADF9BD

Tints of Fringy Flower #ADF9BD

Color information

#ADF9BD (or 0xADF9BD) is unknown color: approx Fringy Flower. HEX triplet: AD, F9 and BD. RGB value is (173,249,189). Sum of RGB (Red+Green+Blue) = 173+249+189=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF9BD is #520642. Grayscale: #DBDBDB. Windows color (decimal): -5375555 or 12450221. OLE color: 12450221.

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

Color convert

RGB173249189-
CMYK0.3100.240.02
HSL132.63º86.36%82.75%-
HSV(B)132.63º30.52%97.65%-
XYZ60.2980.3160.47-
YUV219.44110.8294.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=28.31%
G=40.75%
B=30.93%

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
Decimal1732491890.3100.240.02132.6386.3682.75
HexADF9BD1F0182855653
Octal255371275370302205126123
Binary10101101111110011011110111111011000101000010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF9BD; }

 p { color: rgb(173,249,189); }

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

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

 a { background-color: rgb(173,249,189); }

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

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

 span { border-color: rgb(173,249,189); }

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