#9FECA5

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

Shades of Celadon #9FECA5

Tints of Celadon #9FECA5

Color information

#9FECA5 (or 0x9FECA5) is unknown color: approx Celadon. HEX triplet: 9F, EC and A5. RGB value is (159,236,165). Sum of RGB (Red+Green+Blue) = 159+236+165=560 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.39% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECA5 is #60135A. Grayscale: #CDCDCD. Windows color (decimal): -6296411 or 10874015. OLE color: 10874015.

HSL color Cylindrical-coordinate representation of color #9FECA5: hue angle of 124.68º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECA5 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB159236165-
CMYK0.3300.300.07
HSL124.68º66.96%77.45%-
HSV(B)124.68º32.63%92.55%-
XYZ51.0970.0846.43-
YUV204.88105.4995.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.39%
GREEN value IS 236 (92.58% from 255) = 42.14%
BLUE value IS 165 (64.84% from 255) = 29.46%
R=28.39%
G=42.14%
B=29.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592361650.3300.300.07124.6866.9677.45
Hex9FECA52101E77d434d
Octal237354245410367175103115
Binary100111111110110010100101100001011110111111110110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,236,165); }

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

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

 a { background-color: rgb(159,236,165); }

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

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

 span { border-color: rgb(159,236,165); }

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