#99F1AC

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

Shades of Celadon #99F1AC

Tints of Celadon #99F1AC

Color information

#99F1AC (or 0x99F1AC) is unknown color: approx Celadon. HEX triplet: 99, F1 and AC. RGB value is (153,241,172). Sum of RGB (Red+Green+Blue) = 153+241+172=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #99F1AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99F1AC is #660E53. Grayscale: #CFCFCF. Windows color (decimal): -6688340 or 11334041. OLE color: 11334041.

HSL color Cylindrical-coordinate representation of color #99F1AC: hue angle of 132.95º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F1AC is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB153241172-
CMYK0.3700.290.05
HSL132.95º75.86%77.25%-
HSV(B)132.95º36.51%94.51%-
XYZ52.0472.6650.31-
YUV206.82108.3589.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.03%
GREEN value IS 241 (94.53% from 255) = 42.58%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=27.03%
G=42.58%
B=30.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532411720.3700.290.05132.9575.8677.25
Hex99F1AC2501D5854c4d
Octal231361254450355205114115
Binary1001100111110001101011001001010111011011000010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99F1AC; }

 p { color: rgb(153,241,172); }

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

<style>
 a { background-color: #99F1AC; }

 a { background-color: rgb(153,241,172); }

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

<style>
 span { border-color: #99F1AC; }

 span { border-color: rgb(153,241,172); }

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