#9CF2AF

Color #9CF2AF Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #9CF2AF

Tints of Celadon #9CF2AF

Color information

#9CF2AF (or 0x9CF2AF) is unknown color: approx Celadon. HEX triplet: 9C, F2 and AF. RGB value is (156,242,175). Sum of RGB (Red+Green+Blue) = 156+242+175=573 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.23% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF2AF is #630D50. Grayscale: #D0D0D0. Windows color (decimal): -6491473 or 11530908. OLE color: 11530908.

HSL color Cylindrical-coordinate representation of color #9CF2AF: hue angle of 133.26º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF2AF is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB156242175-
CMYK0.3600.280.05
HSL133.26º76.79%78.04%-
HSV(B)133.26º35.54%94.9%-
XYZ53.273.6751.97-
YUV208.65109.0190.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.23%
GREEN value IS 242 (94.92% from 255) = 42.23%
BLUE value IS 175 (68.75% from 255) = 30.54%
R=27.23%
G=42.23%
B=30.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562421750.3600.280.05133.2676.7978.04
Hex9CF2AF2401C5854d4e
Octal234362257440345205115116
Binary1001110011110010101011111001000111001011000010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CF2AF; }

 p { color: rgb(156,242,175); }

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

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

 a { background-color: rgb(156,242,175); }

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

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

 span { border-color: rgb(156,242,175); }

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