#ADF1B6

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

Shades of Fringy Flower #ADF1B6

Tints of Fringy Flower #ADF1B6

Color information

#ADF1B6 (or 0xADF1B6) is unknown color: approx Fringy Flower. HEX triplet: AD, F1 and B6. RGB value is (173,241,182). Sum of RGB (Red+Green+Blue) = 173+241+182=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1B6 is #520E49. Grayscale: #D6D6D6. Windows color (decimal): -5377610 or 11989421. OLE color: 11989421.

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

Color convert

RGB173241182-
CMYK0.2800.240.05
HSL127.94º70.83%81.18%-
HSV(B)127.94º28.22%94.51%-
XYZ57.1375.1755.75-
YUV213.94109.9798.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 182 (71.48% from 255) = 30.54%
R=29.03%
G=40.44%
B=30.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732411820.2800.240.05127.9470.8381.18
HexADF1B61C0185804751
Octal255361266340305200107121
Binary101011011111000110110110111000110001011000000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF1B6; }

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

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

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

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

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

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

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

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