#ADF2C2

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

Shades of Fringy Flower #ADF2C2

Tints of Fringy Flower #ADF2C2

Color information

#ADF2C2 (or 0xADF2C2) is unknown color: approx Fringy Flower. HEX triplet: AD, F2 and C2. RGB value is (173,242,194). Sum of RGB (Red+Green+Blue) = 173+242+194=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2C2 is #520D3D. Grayscale: #D8D8D8. Windows color (decimal): -5377342 or 12776109. OLE color: 12776109.

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

Color convert

RGB173242194-
CMYK0.2900.200.05
HSL138.26º72.63%81.37%-
HSV(B)138.26º28.51%94.9%-
XYZ58.7276.2862.67-
YUV215.9115.6497.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.41%
GREEN value IS 242 (94.92% from 255) = 39.74%
BLUE value IS 194 (76.17% from 255) = 31.86%
R=28.41%
G=39.74%
B=31.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732421940.2900.200.05138.2672.6381.37
HexADF2C21D01458a4951
Octal255362302350245212111121
Binary101011011111001011000010111010101001011000101010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF2C2; }

 p { color: rgb(173,242,194); }

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

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

 a { background-color: rgb(173,242,194); }

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

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

 span { border-color: rgb(173,242,194); }

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