#94FF7A

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

Shades of Light Green #94FF7A

Tints of Light Green #94FF7A

Color information

#94FF7A (or 0x94FF7A) is unknown color: approx Light Green. HEX triplet: 94, FF and 7A. RGB value is (148,255,122). Sum of RGB (Red+Green+Blue) = 148+255+122=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FF7A is #6B0085. Grayscale: #D0D0D0. Windows color (decimal): -7012486 or 8060820. OLE color: 8060820.

HSL color Cylindrical-coordinate representation of color #94FF7A: hue angle of 108.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94FF7A is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB148255122-
CMYK0.4200.520
HSL108.27º100%73.92%-
HSV(B)108.27º52.16%100%-
XYZ51.4979.2230.99-
YUV207.8579.5585.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.19%
GREEN value IS 255 (100% from 255) = 48.57%
BLUE value IS 122 (48.05% from 255) = 23.24%
R=28.19%
G=48.57%
B=23.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482551220.4200.520108.2710073.92
Hex94FF7A2A03406c644a
Octal224377172520640154144112
Binary1001010011111111111101010101001101000110110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,255,122); }

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

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

 a { background-color: rgb(148,255,122); }

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

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

 span { border-color: rgb(148,255,122); }

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