#9CF5AE

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

Shades of Celadon #9CF5AE

Tints of Celadon #9CF5AE

Color information

#9CF5AE (or 0x9CF5AE) is unknown color: approx Celadon. HEX triplet: 9C, F5 and AE. RGB value is (156,245,174). Sum of RGB (Red+Green+Blue) = 156+245+174=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF5AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF5AE is #630A51. Grayscale: #D2D2D2. Windows color (decimal): -6490706 or 11466140. OLE color: 11466140.

HSL color Cylindrical-coordinate representation of color #9CF5AE: hue angle of 132.13º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF5AE is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB156245174-
CMYK0.3600.290.04
HSL132.13º81.65%78.63%-
HSV(B)132.13º36.33%96.08%-
XYZ5475.4351.76-
YUV210.3107.5189.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.13%
GREEN value IS 245 (96.09% from 255) = 42.61%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=27.13%
G=42.61%
B=30.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562451740.3600.290.04132.1381.6578.63
Hex9CF5AE2401D484524f
Octal234365256440354204122117
Binary1001110011110101101011101001000111011001000010010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,245,174); }

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

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

 a { background-color: rgb(156,245,174); }

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

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

 span { border-color: rgb(156,245,174); }

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