#9AF9AC

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

Shades of Pale Green #9AF9AC

Tints of Pale Green #9AF9AC

Color information

#9AF9AC (or 0x9AF9AC) is unknown color: approx Pale Green. HEX triplet: 9A, F9 and AC. RGB value is (154,249,172). Sum of RGB (Red+Green+Blue) = 154+249+172=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF9AC is #650653. Grayscale: #D4D4D4. Windows color (decimal): -6620756 or 11336090. OLE color: 11336090.

HSL color Cylindrical-coordinate representation of color #9AF9AC: hue angle of 131.37º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF9AC is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB154249172-
CMYK0.3800.310.02
HSL131.37º88.79%79.02%-
HSV(B)131.37º38.15%97.65%-
XYZ54.6577.651.13-
YUV211.82105.5386.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.78%
GREEN value IS 249 (97.66% from 255) = 43.30%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=26.78%
G=43.30%
B=29.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542491720.3800.310.02131.3788.7979.02
Hex9AF9AC2601F283594f
Octal232371254460372203131117
Binary100110101111100110101100100110011111101000001110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,249,172); }

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

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

 a { background-color: rgb(154,249,172); }

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

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

 span { border-color: rgb(154,249,172); }

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