#94FBB0

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

Shades of Pale Green #94FBB0

Tints of Pale Green #94FBB0

Color information

#94FBB0 (or 0x94FBB0) is unknown color: approx Pale Green. HEX triplet: 94, FB and B0. RGB value is (148,251,176). Sum of RGB (Red+Green+Blue) = 148+251+176=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FBB0 is #6B044F. Grayscale: #D3D3D3. Windows color (decimal): -7013456 or 11598740. OLE color: 11598740.

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

Color convert

RGB148251176-
CMYK0.4100.300.02
HSL136.31º92.79%78.24%-
HSV(B)136.31º41.04%98.43%-
XYZ54.5578.4253.34-
YUV211.65107.8882.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.74%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=25.74%
G=43.65%
B=30.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482511760.4100.300.02136.3192.7978.24
Hex94FBB02901E2885d4e
Octal224373260510362210135116
Binary100101001111101110110000101001011110101000100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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