#ADE2C0

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

Shades of Fringy Flower #ADE2C0

Tints of Fringy Flower #ADE2C0

Color information

#ADE2C0 (or 0xADE2C0) is unknown color: approx Fringy Flower. HEX triplet: AD, E2 and C0. RGB value is (173,226,192). Sum of RGB (Red+Green+Blue) = 173+226+192=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2C0 is #521D3F. Grayscale: #CECECE. Windows color (decimal): -5381440 or 12640941. OLE color: 12640941.

HSL color Cylindrical-coordinate representation of color #ADE2C0: hue angle of 141.51º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2C0 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB173226192-
CMYK0.2300.150.11
HSL141.51º47.75%78.24%-
HSV(B)141.51º23.45%88.63%-
XYZ53.9467.0859.97-
YUV206.28119.94104.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 226 (88.67% from 255) = 38.24%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=29.27%
G=38.24%
B=32.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732261920.2300.150.11141.5147.7578.24
HexADE2C0170FB8e304e
Octal255342300270171321660116
Binary10101101111000101100000010111011111011100011101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE2C0; }

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

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

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

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

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

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

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

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