#9FEBAF

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

Shades of Celadon #9FEBAF

Tints of Celadon #9FEBAF

Color information

#9FEBAF (or 0x9FEBAF) is unknown color: approx Celadon. HEX triplet: 9F, EB and AF. RGB value is (159,235,175). Sum of RGB (Red+Green+Blue) = 159+235+175=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEBAF is #601450. Grayscale: #CDCDCD. Windows color (decimal): -6296657 or 11529119. OLE color: 11529119.

HSL color Cylindrical-coordinate representation of color #9FEBAF: hue angle of 132.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBAF is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB159235175-
CMYK0.3200.260.08
HSL132.63º65.52%77.25%-
HSV(B)132.63º32.34%92.16%-
XYZ51.7469.8851.32-
YUV205.44110.8294.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.94%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=27.94%
G=41.30%
B=30.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592351750.3200.260.08132.6365.5277.25
Hex9FEBAF2001A885424d
Octal2373532574003210205102115
Binary10011111111010111010111110000001101010001000010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,235,175); }

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

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

 a { background-color: rgb(159,235,175); }

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

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

 span { border-color: rgb(159,235,175); }

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