#94F19B

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

Shades of Pale Green #94F19B

Tints of Pale Green #94F19B

Color information

#94F19B (or 0x94F19B) is unknown color: approx Pale Green. HEX triplet: 94, F1 and 9B. RGB value is (148,241,155). Sum of RGB (Red+Green+Blue) = 148+241+155=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #94F19B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F19B is #6B0E64. Grayscale: #CBCBCB. Windows color (decimal): -7016037 or 10219924. OLE color: 10219924.

HSL color Cylindrical-coordinate representation of color #94F19B: hue angle of 124.52º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F19B is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB148241155-
CMYK0.3900.360.05
HSL124.52º76.86%76.27%-
HSV(B)124.52º38.59%94.51%-
XYZ49.5871.5742.21-
YUV203.39100.6988.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.21%
GREEN value IS 241 (94.53% from 255) = 44.30%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=27.21%
G=44.30%
B=28.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482411550.3900.360.05124.5276.8676.27
Hex94F19B2702457d4d4c
Octal224361233470445175115114
Binary1001010011110001100110111001110100100101111110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,241,155); }

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

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

 a { background-color: rgb(148,241,155); }

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

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

 span { border-color: rgb(148,241,155); }

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