#94FB9A

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

Shades of Pale Green #94FB9A

Tints of Pale Green #94FB9A

Color information

#94FB9A (or 0x94FB9A) is unknown color: approx Pale Green. HEX triplet: 94, FB and 9A. RGB value is (148,251,154). Sum of RGB (Red+Green+Blue) = 148+251+154=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FB9A is #6B0465. Grayscale: #D1D1D1. Windows color (decimal): -7013478 or 10156948. OLE color: 10156948.

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

Color convert

RGB148251154-
CMYK0.4100.390.02
HSL123.5º92.79%78.24%-
HSV(B)123.5º41.04%98.43%-
XYZ52.5477.6242.79-
YUV209.1496.8884.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.76%
GREEN value IS 251 (98.44% from 255) = 45.39%
BLUE value IS 154 (60.55% from 255) = 27.85%
R=26.76%
G=45.39%
B=27.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482511540.4100.390.02123.592.7978.24
Hex94FB9A2902727b5d4e
Octal224373232510472173135116
Binary100101001111101110011010101001010011110111101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94FB9A; }

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

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

<style>
 a { background-color: #94FB9A; }

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

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

<style>
 span { border-color: #94FB9A; }

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

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