#9FEFA7

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

Shades of Celadon #9FEFA7

Tints of Celadon #9FEFA7

Color information

#9FEFA7 (or 0x9FEFA7) is unknown color: approx Celadon. HEX triplet: 9F, EF and A7. RGB value is (159,239,167). Sum of RGB (Red+Green+Blue) = 159+239+167=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEFA7 is #601058. Grayscale: #CFCFCF. Windows color (decimal): -6295641 or 11005855. OLE color: 11005855.

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

Color convert

RGB159239167-
CMYK0.3300.300.06
HSL126º71.43%78.04%-
HSV(B)126º33.47%93.73%-
XYZ52.1471.8947.69-
YUV206.87105.593.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.14%
GREEN value IS 239 (93.75% from 255) = 42.30%
BLUE value IS 167 (65.62% from 255) = 29.56%
R=28.14%
G=42.30%
B=29.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592391670.3300.300.0612671.4378.04
Hex9FEFA72101E67e474e
Octal237357247410366176107116
Binary100111111110111110100111100001011110110111111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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