Html Css Color HEX #94D192 Granny Smith Apple

📋 copy color: '#94D192'

red 148 ◦ green 209 ◦ blue 146

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

Shades of Granny Smith Apple #94D192

Tints of Granny Smith Apple #94D192

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.55%

 BLUE value IS 146 (57.42% from 255) = 29.03%

R = 29.42%
G = 41.55%
B = 29.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#94D192 (or 0x94D192) is known color: Granny Smith Apple. HEX triplet: 94, D1 and 92. RGB value is (148,209,146). Sum of RGB (Red+Green+Blue) = 148+209+146=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #94D192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D192 is #6B2E6D. Grayscale: #B7B7B7. Windows color (decimal): -7024238 or 9621908. OLE color: 9621908.

HSL color Cylindrical-coordinate representation of color #94D192: hue angle of 118.1º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D192 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 209 146 -
CMYK 0.29 0 0.30 0.18
HSL 118.1º 0.41% 0.7% -
HSV(B) 118.1º 0.3% 0.82% -
XYZ 40.2 53.97 35.49 -
YUV 183.58 106.79 102.62 -
System Red Green Blue C M Y K H S L
Decimal 148 209 146 0.29 0 0.30 0.18 118.1 0.41 0.7
Hex 94 D1 92 1D 0 1E 12 76 29 46
Octal 224 321 222 35 0 36 22 166 51 106
Binary 10010100 11010001 10010010 11101 0 11110 10010 1110110 101001 1000110

Color Harmonies of #94D192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D192

Black with #94D192

Text Example


Text Example

White with #94D192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,209,146); }

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

background-color css

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

 a { background-color: rgb(148,209,146); }

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

border-color css

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

 span { border-color: rgb(148,209,146); }

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