#9FE6AE

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

Shades of Celadon #9FE6AE

Tints of Celadon #9FE6AE

Color information

#9FE6AE (or 0x9FE6AE) is unknown color: approx Celadon. HEX triplet: 9F, E6 and AE. RGB value is (159,230,174). Sum of RGB (Red+Green+Blue) = 159+230+174=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE6AE is #601951. Grayscale: #CACACA. Windows color (decimal): -6297938 or 11462303. OLE color: 11462303.

HSL color Cylindrical-coordinate representation of color #9FE6AE: hue angle of 132.68º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE6AE is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB159230174-
CMYK0.3100.240.10
HSL132.68º58.68%76.27%-
HSV(B)132.68º30.87%90.2%-
XYZ50.2367.0250.33-
YUV202.39111.9897.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.24%
GREEN value IS 230 (90.23% from 255) = 40.85%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=28.24%
G=40.85%
B=30.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592301740.3100.240.10132.6858.6876.27
Hex9FE6AE1F018A853b4c
Octal237346256370301220573114
Binary100111111110011010101110111110110001010100001011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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