Html Css Color HEX #94E19B Light Green

📋 copy color: '#94E19B'

red 148 ◦ green 225 ◦ blue 155

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

Shades of Light Green #94E19B

Tints of Light Green #94E19B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.61%

 BLUE value IS 155 (60.94% from 255) = 29.36%

R = 28.03%
G = 42.61%
B = 29.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#94E19B (or 0x94E19B) is known color: Light Green. HEX triplet: 94, E1 and 9B. RGB value is (148,225,155). Sum of RGB (Red+Green+Blue) = 148+225+155=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #94E19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E19B is #6B1E64. Grayscale: #C2C2C2. Windows color (decimal): -7020133 or 10215828. OLE color: 10215828.

HSL color Cylindrical-coordinate representation of color #94E19B: hue angle of 125.45º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E19B is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 225 155 -
CMYK 0.34 0 0.31 0.12
HSL 125.45º 0.56% 0.73% -
HSV(B) 125.45º 0.34% 0.88% -
XYZ 45.05 62.51 40.7 -
YUV 194 105.99 95.19 -
System Red Green Blue C M Y K H S L
Decimal 148 225 155 0.34 0 0.31 0.12 125.45 0.56 0.73
Hex 94 E1 9B 22 0 1F C 7D 38 49
Octal 224 341 233 42 0 37 14 175 70 111
Binary 10010100 11100001 10011011 100010 0 11111 1100 1111101 111000 1001001

Color Harmonies of #94E19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E19B

Black with #94E19B

Text Example


Text Example

White with #94E19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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