#9CF4B2

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

Shades of Celadon #9CF4B2

Tints of Celadon #9CF4B2

Color information

#9CF4B2 (or 0x9CF4B2) is unknown color: approx Celadon. HEX triplet: 9C, F4 and B2. RGB value is (156,244,178). Sum of RGB (Red+Green+Blue) = 156+244+178=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #9CF4B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF4B2 is #630B4D. Grayscale: #D2D2D2. Windows color (decimal): -6490958 or 11728028. OLE color: 11728028.

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

Color convert

RGB156244178-
CMYK0.3600.270.04
HSL135º80%78.43%-
HSV(B)135º36.07%95.69%-
XYZ54.174.9853.74-
YUV210.16109.8589.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.99%
GREEN value IS 244 (95.70% from 255) = 42.21%
BLUE value IS 178 (69.92% from 255) = 30.80%
R=26.99%
G=42.21%
B=30.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562441780.3600.270.041358078.43
Hex9CF4B22401B487504e
Octal234364262440334207120116
Binary1001110011110100101100101001000110111001000011110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,244,178); }

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

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

 a { background-color: rgb(156,244,178); }

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

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

 span { border-color: rgb(156,244,178); }

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