#94F28A

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

Shades of Light Green #94F28A

Tints of Light Green #94F28A

Color information

#94F28A (or 0x94F28A) is unknown color: approx Light Green. HEX triplet: 94, F2 and 8A. RGB value is (148,242,138). Sum of RGB (Red+Green+Blue) = 148+242+138=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #94F28A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F28A is #6B0D75. Grayscale: #CACACA. Windows color (decimal): -7015798 or 9106068. OLE color: 9106068.

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

Color convert

RGB148242138-
CMYK0.3900.430.05
HSL114.23º80%74.51%-
HSV(B)114.23º42.98%94.9%-
XYZ48.5571.6435.31-
YUV202.0491.8689.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.03%
GREEN value IS 242 (94.92% from 255) = 45.83%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=28.03%
G=45.83%
B=26.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482421380.3900.430.05114.238074.51
Hex94F28A2702B572504b
Octal224362212470535162120113
Binary1001010011110010100010101001110101011101111001010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,242,138); }

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

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

 a { background-color: rgb(148,242,138); }

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

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

 span { border-color: rgb(148,242,138); }

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