Html Css Color HEX #94E187 Granny Smith Apple

📋 copy color: '#94E187'

red 148 ◦ green 225 ◦ blue 135

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

Shades of Granny Smith Apple #94E187

Tints of Granny Smith Apple #94E187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.57%

R = 29.13%
G = 44.29%
B = 26.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.4

 K value IS 0.12

RGB Variations

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

Color information

#94E187 (or 0x94E187) is known color: Granny Smith Apple. HEX triplet: 94, E1 and 87. RGB value is (148,225,135). Sum of RGB (Red+Green+Blue) = 148+225+135=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #94E187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E187 is #6B1E78. Grayscale: #C0C0C0. Windows color (decimal): -7020153 or 8905108. OLE color: 8905108.

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

Color convert

RGB 148 225 135 -
CMYK 0.34 0 0.4 0.12
HSL 111.33º 0.6% 0.71% -
HSV(B) 111.33º 0.4% 0.88% -
XYZ 43.51 61.9 32.58 -
YUV 191.72 95.99 96.82 -
System Red Green Blue C M Y K H S L
Decimal 148 225 135 0.34 0 0.4 0.12 111.33 0.6 0.71
Hex 94 E1 87 22 0 28 C 6F 3C 47
Octal 224 341 207 42 0 50 14 157 74 107
Binary 10010100 11100001 10000111 100010 0 101000 1100 1101111 111100 1000111

Color Harmonies of #94E187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E187

Black with #94E187

Text Example


Text Example

White with #94E187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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