#ADF9B9

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

Shades of Fringy Flower #ADF9B9

Tints of Fringy Flower #ADF9B9

Color information

#ADF9B9 (or 0xADF9B9) is unknown color: approx Fringy Flower. HEX triplet: AD, F9 and B9. RGB value is (173,249,185). Sum of RGB (Red+Green+Blue) = 173+249+185=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF9B9 is #520646. Grayscale: #DBDBDB. Windows color (decimal): -5375559 or 12188077. OLE color: 12188077.

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

Color convert

RGB173249185-
CMYK0.3100.260.02
HSL129.47º86.36%82.75%-
HSV(B)129.47º30.52%97.65%-
XYZ59.8780.1458.21-
YUV218.98108.8295.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=28.50%
G=41.02%
B=30.48%

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
Decimal1732491850.3100.260.02129.4786.3682.75
HexADF9B91F01A2815653
Octal255371271370322201126123
Binary10101101111110011011100111111011010101000000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF9B9; }

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

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

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

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

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

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

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

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