Html Css Color HEX #94E297 Light Green

📋 copy color: '#94E297'

red 148 ◦ green 226 ◦ blue 151

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

Shades of Light Green #94E297

Tints of Light Green #94E297

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.05%

 BLUE value IS 151 (59.38% from 255) = 28.76%

R = 28.19%
G = 43.05%
B = 28.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#94E297 (or 0x94E297) is known color: Light Green. HEX triplet: 94, E2 and 97. RGB value is (148,226,151). Sum of RGB (Red+Green+Blue) = 148+226+151=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #94E297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E297 is #6B1D68. Grayscale: #C2C2C2. Windows color (decimal): -7019881 or 9953940. OLE color: 9953940.

HSL color Cylindrical-coordinate representation of color #94E297: hue angle of 122.31º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E297 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 226 151 -
CMYK 0.35 0 0.33 0.11
HSL 122.31º 0.57% 0.73% -
HSV(B) 122.31º 0.35% 0.89% -
XYZ 45 62.92 39.05 -
YUV 194.13 103.66 95.1 -
System Red Green Blue C M Y K H S L
Decimal 148 226 151 0.35 0 0.33 0.11 122.31 0.57 0.73
Hex 94 E2 97 23 0 21 B 7A 39 49
Octal 224 342 227 43 0 41 13 172 71 111
Binary 10010100 11100010 10010111 100011 0 100001 1011 1111010 111001 1001001

Color Harmonies of #94E297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E297

Black with #94E297

Text Example


Text Example

White with #94E297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,226,151); }

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

background-color css

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

 a { background-color: rgb(148,226,151); }

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

border-color css

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

 span { border-color: rgb(148,226,151); }

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