#94D190

Color #94D190 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #94D190

Tints of Granny Smith Apple #94D190

Color information

#94D190 (or 0x94D190) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D1 and 90. RGB value is (148,209,144). Sum of RGB (Red+Green+Blue) = 148+209+144=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #94D190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D190 is #6B2E6F. Grayscale: #B7B7B7. Windows color (decimal): -7024240 or 9490836. OLE color: 9490836.

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

Color convert

RGB148209144-
CMYK0.2900.310.18
HSL116.31º41.4%69.22%-
HSV(B)116.31º31.1%81.96%-
XYZ40.0553.9134.68-
YUV183.35105.79102.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=29.54%
G=41.72%
B=28.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482091440.2900.310.18116.3141.469.22
Hex94D1901D01F12742945
Octal224321220350372216451105
Binary100101001101000110010000111010111111001011101001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94D190;
 }
 .AnyTagClassName
 {
   color: #94D190;
 }
</style>
background-color css

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

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

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

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

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

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