#9FEFAE

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

Shades of Celadon #9FEFAE

Tints of Celadon #9FEFAE

Color information

#9FEFAE (or 0x9FEFAE) is unknown color: approx Celadon. HEX triplet: 9F, EF and AE. RGB value is (159,239,174). Sum of RGB (Red+Green+Blue) = 159+239+174=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEFAE is #601051. Grayscale: #CFCFCF. Windows color (decimal): -6295634 or 11464607. OLE color: 11464607.

HSL color Cylindrical-coordinate representation of color #9FEFAE: hue angle of 131.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFAE is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB159239174-
CMYK0.3300.270.06
HSL131.25º71.43%78.04%-
HSV(B)131.25º33.47%93.73%-
XYZ52.872.1651.19-
YUV207.6710993.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.80%
GREEN value IS 239 (93.75% from 255) = 41.78%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=27.80%
G=41.78%
B=30.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592391740.3300.270.06131.2571.4378.04
Hex9FEFAE2101B683474e
Octal237357256410336203107116
Binary1001111111101111101011101000010110111101000001110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,239,174); }

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

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

 a { background-color: rgb(159,239,174); }

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

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

 span { border-color: rgb(159,239,174); }

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