#99FA94

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

Shades of Pale Green #99FA94

Tints of Pale Green #99FA94

Color information

#99FA94 (or 0x99FA94) is unknown color: approx Pale Green. HEX triplet: 99, FA and 94. RGB value is (153,250,148). Sum of RGB (Red+Green+Blue) = 153+250+148=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #99FA94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99FA94 is #66056B. Grayscale: #D1D1D1. Windows color (decimal): -6686060 or 9763481. OLE color: 9763481.

HSL color Cylindrical-coordinate representation of color #99FA94: hue angle of 117.06º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99FA94 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB153250148-
CMYK0.3900.410.02
HSL117.06º91.07%78.04%-
HSV(B)117.06º40.8%98.04%-
XYZ52.6777.2840.16-
YUV209.3793.3687.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.77%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 148 (58.20% from 255) = 26.86%
R=27.77%
G=45.37%
B=26.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532501480.3900.410.02117.0691.0778.04
Hex99FA94270292755b4e
Octal231372224470512165133116
Binary100110011111101010010100100111010100110111010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,250,148); }

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

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

 a { background-color: rgb(153,250,148); }

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

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

 span { border-color: rgb(153,250,148); }

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