Html Css Color HEX #94E58D Light Green

📋 copy color: '#94E58D'

red 148 ◦ green 229 ◦ blue 141

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

Shades of Light Green #94E58D

Tints of Light Green #94E58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.22%

R = 28.57%
G = 44.21%
B = 27.22%

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

#94E58D (or 0x94E58D) is known color: Light Green. HEX triplet: 94, E5 and 8D. RGB value is (148,229,141). Sum of RGB (Red+Green+Blue) = 148+229+141=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #94E58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E58D is #6B1A72. Grayscale: #C3C3C3. Windows color (decimal): -7019123 or 9299348. OLE color: 9299348.

HSL color Cylindrical-coordinate representation of color #94E58D: hue angle of 115.23º 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 #94E58D is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 229 141 -
CMYK 0.35 0 0.38 0.10
HSL 115.23º 0.63% 0.73% -
HSV(B) 115.23º 0.38% 0.9% -
XYZ 45.04 64.26 35.23 -
YUV 194.75 97.66 94.66 -
System Red Green Blue C M Y K H S L
Decimal 148 229 141 0.35 0 0.38 0.10 115.23 0.63 0.73
Hex 94 E5 8D 23 0 26 A 73 3F 49
Octal 224 345 215 43 0 46 12 163 77 111
Binary 10010100 11100101 10001101 100011 0 100110 1010 1110011 111111 1001001

Color Harmonies of #94E58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E58D

Black with #94E58D

Text Example


Text Example

White with #94E58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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