#ADF1BD

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

Shades of Fringy Flower #ADF1BD

Tints of Fringy Flower #ADF1BD

Color information

#ADF1BD (or 0xADF1BD) is unknown color: approx Fringy Flower. HEX triplet: AD, F1 and BD. RGB value is (173,241,189). Sum of RGB (Red+Green+Blue) = 173+241+189=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1BD is #520E42. Grayscale: #D6D6D6. Windows color (decimal): -5377603 or 12448173. OLE color: 12448173.

HSL color Cylindrical-coordinate representation of color #ADF1BD: hue angle of 134.12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1BD is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB173241189-
CMYK0.2800.220.05
HSL134.12º70.83%81.18%-
HSV(B)134.12º28.22%94.51%-
XYZ57.8775.4759.66-
YUV214.74113.4798.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.69%
GREEN value IS 241 (94.53% from 255) = 39.97%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=28.69%
G=39.97%
B=31.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732411890.2800.220.05134.1270.8381.18
HexADF1BD1C0165864751
Octal255361275340265206107121
Binary101011011111000110111101111000101101011000011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF1BD; }

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

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

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

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

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

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

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

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