Html Css Color HEX #94E691 Light Green

📋 copy color: '#94E691'

red 148 ◦ green 230 ◦ blue 145

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

Shades of Light Green #94E691

Tints of Light Green #94E691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.72%

R = 28.3%
G = 43.98%
B = 27.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#94E691 (or 0x94E691) is known color: Light Green. HEX triplet: 94, E6 and 91. RGB value is (148,230,145). Sum of RGB (Red+Green+Blue) = 148+230+145=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #94E691 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E691 is #6B196E. Grayscale: #C4C4C4. Windows color (decimal): -7018863 or 9561748. OLE color: 9561748.

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

Color convert

RGB 148 230 145 -
CMYK 0.36 0 0.37 0.10
HSL 117.88º 0.63% 0.74% -
HSV(B) 117.88º 0.37% 0.9% -
XYZ 45.62 64.93 36.92 -
YUV 195.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 148 230 145 0.36 0 0.37 0.10 117.88 0.63 0.74
Hex 94 E6 91 24 0 25 A 76 3F 4A
Octal 224 346 221 44 0 45 12 166 77 112
Binary 10010100 11100110 10010001 100100 0 100101 1010 1110110 111111 1001010

Color Harmonies of #94E691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E691

Black with #94E691

Text Example


Text Example

White with #94E691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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