Html Css Color HEX #94E191 Granny Smith Apple

📋 copy color: '#94E191'

red 148 ◦ green 225 ◦ blue 145

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

Shades of Granny Smith Apple #94E191

Tints of Granny Smith Apple #94E191

RGB

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

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

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

R = 28.57%
G = 43.44%
B = 27.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#94E191 (or 0x94E191) is known color: Granny Smith Apple. HEX triplet: 94, E1 and 91. RGB value is (148,225,145). Sum of RGB (Red+Green+Blue) = 148+225+145=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #94E191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E191 is #6B1E6E. Grayscale: #C1C1C1. Windows color (decimal): -7020143 or 9560468. OLE color: 9560468.

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

Color convert

RGB 148 225 145 -
CMYK 0.34 0 0.36 0.12
HSL 117.75º 0.57% 0.73% -
HSV(B) 117.75º 0.36% 0.88% -
XYZ 44.25 62.19 36.46 -
YUV 192.86 100.99 96 -
System Red Green Blue C M Y K H S L
Decimal 148 225 145 0.34 0 0.36 0.12 117.75 0.57 0.73
Hex 94 E1 91 22 0 24 C 76 39 49
Octal 224 341 221 42 0 44 14 166 71 111
Binary 10010100 11100001 10010001 100010 0 100100 1100 1110110 111001 1001001

Color Harmonies of #94E191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E191

Black with #94E191

Text Example


Text Example

White with #94E191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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