#94F192

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

Shades of Light Green #94F192

Tints of Light Green #94F192

Color information

#94F192 (or 0x94F192) is unknown color: approx Light Green. HEX triplet: 94, F1 and 92. RGB value is (148,241,146). Sum of RGB (Red+Green+Blue) = 148+241+146=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #94F192 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F192 is #6B0E6D. Grayscale: #CACACA. Windows color (decimal): -7016046 or 9630100. OLE color: 9630100.

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

Color convert

RGB148241146-
CMYK0.3900.390.05
HSL118.74º77.24%75.88%-
HSV(B)118.74º39.42%94.51%-
XYZ48.8671.2838.38-
YUV202.3696.1989.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 241 (94.53% from 255) = 45.05%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=27.66%
G=45.05%
B=27.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482411460.3900.390.05118.7477.2475.88
Hex94F192270275774d4c
Octal224361222470475167115114
Binary1001010011110001100100101001110100111101111011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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