#ADF2C3

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

Shades of Fringy Flower #ADF2C3

Tints of Fringy Flower #ADF2C3

Color information

#ADF2C3 (or 0xADF2C3) is unknown color: approx Fringy Flower. HEX triplet: AD, F2 and C3. RGB value is (173,242,195). Sum of RGB (Red+Green+Blue) = 173+242+195=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2C3 is #520D3C. Grayscale: #D8D8D8. Windows color (decimal): -5377341 or 12841645. OLE color: 12841645.

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

Color convert

RGB173242195-
CMYK0.2900.190.05
HSL139.13º72.63%81.37%-
HSV(B)139.13º28.51%94.9%-
XYZ58.8476.3363.26-
YUV216.01116.1497.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.36%
GREEN value IS 242 (94.92% from 255) = 39.67%
BLUE value IS 195 (76.56% from 255) = 31.97%
R=28.36%
G=39.67%
B=31.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732421950.2900.190.05139.1372.6381.37
HexADF2C31D01358b4951
Octal255362303350235213111121
Binary101011011111001011000011111010100111011000101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF2C3; }

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

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

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

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

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

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

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

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