Html Css Color HEX #94E696 Light Green

📋 copy color: '#94E696'

red 148 ◦ green 230 ◦ blue 150

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

Shades of Light Green #94E696

Tints of Light Green #94E696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.56%

 BLUE value IS 150 (58.98% from 255) = 28.41%

R = 28.03%
G = 43.56%
B = 28.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#94E696 (or 0x94E696) is known color: Light Green. HEX triplet: 94, E6 and 96. RGB value is (148,230,150). Sum of RGB (Red+Green+Blue) = 148+230+150=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #94E696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E696 is #6B1969. Grayscale: #C4C4C4. Windows color (decimal): -7018858 or 9889428. OLE color: 9889428.

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

Color convert

RGB 148 230 150 -
CMYK 0.36 0 0.35 0.10
HSL 121.46º 0.62% 0.74% -
HSV(B) 121.46º 0.36% 0.9% -
XYZ 46.01 65.09 38.99 -
YUV 196.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 148 230 150 0.36 0 0.35 0.10 121.46 0.62 0.74
Hex 94 E6 96 24 0 23 A 79 3E 4A
Octal 224 346 226 44 0 43 12 171 76 112
Binary 10010100 11100110 10010110 100100 0 100011 1010 1111001 111110 1001010

Color Harmonies of #94E696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E696

Black with #94E696

Text Example


Text Example

White with #94E696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,230,150); }

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

background-color css

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

 a { background-color: rgb(148,230,150); }

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

border-color css

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

 span { border-color: rgb(148,230,150); }

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