#9FE6AC

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

Shades of Celadon #9FE6AC

Tints of Celadon #9FE6AC

Color information

#9FE6AC (or 0x9FE6AC) is unknown color: approx Celadon. HEX triplet: 9F, E6 and AC. RGB value is (159,230,172). Sum of RGB (Red+Green+Blue) = 159+230+172=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE6AC is #601953. Grayscale: #CACACA. Windows color (decimal): -6297940 or 11331231. OLE color: 11331231.

HSL color Cylindrical-coordinate representation of color #9FE6AC: hue angle of 130.99º 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 #9FE6AC is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB159230172-
CMYK0.3100.250.10
HSL130.99º58.68%76.27%-
HSV(B)130.99º30.87%90.2%-
XYZ50.0466.9449.31-
YUV202.16110.9897.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.34%
GREEN value IS 230 (90.23% from 255) = 41.00%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=28.34%
G=41.00%
B=30.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592301720.3100.250.10130.9958.6876.27
Hex9FE6AC1F019A833b4c
Octal237346254370311220373114
Binary100111111110011010101100111110110011010100000111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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