#94FCB0

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

Shades of Pale Green #94FCB0

Tints of Pale Green #94FCB0

Color information

#94FCB0 (or 0x94FCB0) is unknown color: approx Pale Green. HEX triplet: 94, FC and B0. RGB value is (148,252,176). Sum of RGB (Red+Green+Blue) = 148+252+176=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FCB0 is #6B034F. Grayscale: #D4D4D4. Windows color (decimal): -7013200 or 11598996. OLE color: 11598996.

HSL color Cylindrical-coordinate representation of color #94FCB0: hue angle of 136.15º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCB0 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB148252176-
CMYK0.4100.300.01
HSL136.15º94.55%78.43%-
HSV(B)136.15º41.27%98.82%-
XYZ54.8679.0553.44-
YUV212.24107.5482.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.69%
GREEN value IS 252 (98.83% from 255) = 43.75%
BLUE value IS 176 (69.14% from 255) = 30.56%
R=25.69%
G=43.75%
B=30.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482521760.4100.300.01136.1594.5578.43
Hex94FCB02901E1885f4e
Octal224374260510361210137116
Binary10010100111111001011000010100101111011000100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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