#9FEBA4

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

Shades of Celadon #9FEBA4

Tints of Celadon #9FEBA4

Color information

#9FEBA4 (or 0x9FEBA4) is unknown color: approx Celadon. HEX triplet: 9F, EB and A4. RGB value is (159,235,164). Sum of RGB (Red+Green+Blue) = 159+235+164=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEBA4 is #60145B. Grayscale: #CCCCCC. Windows color (decimal): -6296668 or 10808223. OLE color: 10808223.

HSL color Cylindrical-coordinate representation of color #9FEBA4: hue angle of 123.95º 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 #9FEBA4 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB159235164-
CMYK0.3200.300.08
HSL123.95º65.52%77.25%-
HSV(B)123.95º32.34%92.16%-
XYZ50.7169.4745.86-
YUV204.18105.3295.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.49%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 164 (64.45% from 255) = 29.39%
R=28.49%
G=42.11%
B=29.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592351640.3200.300.08123.9565.5277.25
Hex9FEBA42001E87c424d
Octal2373532444003610174102115
Binary1001111111101011101001001000000111101000111110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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