#9AF992

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

Shades of Pale Green #9AF992

Tints of Pale Green #9AF992

Color information

#9AF992 (or 0x9AF992) is unknown color: approx Pale Green. HEX triplet: 9A, F9 and 92. RGB value is (154,249,146). Sum of RGB (Red+Green+Blue) = 154+249+146=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF992 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF992 is #65066D. Grayscale: #D1D1D1. Windows color (decimal): -6620782 or 9632154. OLE color: 9632154.

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

Color convert

RGB154249146-
CMYK0.3800.410.02
HSL115.34º89.57%77.45%-
HSV(B)115.34º41.37%97.65%-
XYZ52.3976.739.24-
YUV208.8592.5388.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.05%
GREEN value IS 249 (97.66% from 255) = 45.36%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=28.05%
G=45.36%
B=26.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542491460.3800.410.02115.3489.5777.45
Hex9AF992260292735a4d
Octal232371222460512163132115
Binary100110101111100110010010100110010100110111001110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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