#94F09B

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

Shades of Light Green #94F09B

Tints of Light Green #94F09B

Color information

#94F09B (or 0x94F09B) is unknown color: approx Light Green. HEX triplet: 94, F0 and 9B. RGB value is (148,240,155). Sum of RGB (Red+Green+Blue) = 148+240+155=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #94F09B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F09B is #6B0F64. Grayscale: #CBCBCB. Windows color (decimal): -7016293 or 10219668. OLE color: 10219668.

HSL color Cylindrical-coordinate representation of color #94F09B: hue angle of 124.57º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94F09B is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB148240155-
CMYK0.3800.350.06
HSL124.57º75.41%76.08%-
HSV(B)124.57º38.33%94.12%-
XYZ49.2970.9842.11-
YUV202.8101.0288.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.26%
GREEN value IS 240 (94.14% from 255) = 44.20%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=27.26%
G=44.20%
B=28.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482401550.3800.350.06124.5775.4176.08
Hex94F09B2602367d4b4c
Octal224360233460436175113114
Binary1001010011110000100110111001100100011110111110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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