#ADF1C0

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

Shades of Fringy Flower #ADF1C0

Tints of Fringy Flower #ADF1C0

Color information

#ADF1C0 (or 0xADF1C0) is unknown color: approx Fringy Flower. HEX triplet: AD, F1 and C0. RGB value is (173,241,192). Sum of RGB (Red+Green+Blue) = 173+241+192=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1C0 is #520E3F. Grayscale: #D7D7D7. Windows color (decimal): -5377600 or 12644781. OLE color: 12644781.

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

Color convert

RGB173241192-
CMYK0.2800.200.05
HSL136.76º70.83%81.18%-
HSV(B)136.76º28.22%94.51%-
XYZ58.275.661.39-
YUV215.08114.9797.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.55%
GREEN value IS 241 (94.53% from 255) = 39.77%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=28.55%
G=39.77%
B=31.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732411920.2800.200.05136.7670.8381.18
HexADF1C01C0145894751
Octal255361300340245211107121
Binary101011011111000111000000111000101001011000100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF1C0; }

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

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

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

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

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

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

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

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