Html Css Color HEX #94E58E Light Green

📋 copy color: '#94E58E'

red 148 ◦ green 229 ◦ blue 142

#94E58E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #94E58E

Tints of Light Green #94E58E

RGB

 RED value IS 148 (58.2% from 255) = 28.52%

 GREEN value IS 229 (89.84% from 255) = 44.12%

 BLUE value IS 142 (55.86% from 255) = 27.36%

R = 28.52%
G = 44.12%
B = 27.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#94E58E (or 0x94E58E) is known color: Light Green. HEX triplet: 94, E5 and 8E. RGB value is (148,229,142). Sum of RGB (Red+Green+Blue) = 148+229+142=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 229 - color contains mainly: green. Hex color #94E58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E58E is #6B1A71. Grayscale: #C3C3C3. Windows color (decimal): -7019122 or 9364884. OLE color: 9364884.

HSL color Cylindrical-coordinate representation of color #94E58E: hue angle of 115.86º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94E58E is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 229 142 -
CMYK 0.35 0 0.38 0.10
HSL 115.86º 0.63% 0.73% -
HSV(B) 115.86º 0.38% 0.9% -
XYZ 45.11 64.29 35.62 -
YUV 194.86 98.16 94.57 -
System Red Green Blue C M Y K H S L
Decimal 148 229 142 0.35 0 0.38 0.10 115.86 0.63 0.73
Hex 94 E5 8E 23 0 26 A 74 3F 49
Octal 224 345 216 43 0 46 12 164 77 111
Binary 10010100 11100101 10001110 100011 0 100110 1010 1110100 111111 1001001

Color Harmonies of #94E58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E58E

Black with #94E58E

Text Example


Text Example

White with #94E58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,229,142); }

 H1.HeaderClassName
 {
   color: #94E58E;
 }
 .AnyTagClassName
 {
   color: #94E58E;
 }
</style>

background-color css

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

 a { background-color: rgb(148,229,142); }

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

border-color css

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

 span { border-color: rgb(148,229,142); }

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