#9FEDA7

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

Shades of Celadon #9FEDA7

Tints of Celadon #9FEDA7

Color information

#9FEDA7 (or 0x9FEDA7) is unknown color: approx Celadon. HEX triplet: 9F, ED and A7. RGB value is (159,237,167). Sum of RGB (Red+Green+Blue) = 159+237+167=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEDA7 is #601258. Grayscale: #CDCDCD. Windows color (decimal): -6296153 or 11005343. OLE color: 11005343.

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

Color convert

RGB159237167-
CMYK0.3300.300.07
HSL126.15º68.42%77.65%-
HSV(B)126.15º32.91%92.94%-
XYZ51.5670.7347.49-
YUV205.7106.1694.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.24%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 167 (65.62% from 255) = 29.66%
R=28.24%
G=42.10%
B=29.66%

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
Decimal1592371670.3300.300.07126.1568.4277.65
Hex9FEDA72101E77e444e
Octal237355247410367176104116
Binary100111111110110110100111100001011110111111111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,237,167); }

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

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

 a { background-color: rgb(159,237,167); }

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

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

 span { border-color: rgb(159,237,167); }

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