#99FB94

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

Shades of Pale Green #99FB94

Tints of Pale Green #99FB94

Color information

#99FB94 (or 0x99FB94) is unknown color: approx Pale Green. HEX triplet: 99, FB and 94. RGB value is (153,251,148). Sum of RGB (Red+Green+Blue) = 153+251+148=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #99FB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99FB94 is #66046B. Grayscale: #D2D2D2. Windows color (decimal): -6685804 or 9763737. OLE color: 9763737.

HSL color Cylindrical-coordinate representation of color #99FB94: hue angle of 117.09º degrees, saturation: 0.93, 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 #99FB94 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB153251148-
CMYK0.3900.410.02
HSL117.09º92.79%78.24%-
HSV(B)117.09º41.04%98.43%-
XYZ52.9877.940.26-
YUV209.9693.0387.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.72%
GREEN value IS 251 (98.44% from 255) = 45.47%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=27.72%
G=45.47%
B=26.81%

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
Decimal1532511480.3900.410.02117.0992.7978.24
Hex99FB94270292755d4e
Octal231373224470512165135116
Binary100110011111101110010100100111010100110111010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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