#94D990

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

Shades of Granny Smith Apple #94D990

Tints of Granny Smith Apple #94D990

Color information

#94D990 (or 0x94D990) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D9 and 90. RGB value is (148,217,144). Sum of RGB (Red+Green+Blue) = 148+217+144=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #94D990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D990 is #6B266F. Grayscale: #BCBCBC. Windows color (decimal): -7022192 or 9492884. OLE color: 9492884.

HSL color Cylindrical-coordinate representation of color #94D990: hue angle of 116.71º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94D990 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB148217144-
CMYK0.3200.340.15
HSL116.71º48.99%70.78%-
HSV(B)116.71º33.64%85.1%-
XYZ42.0657.9435.35-
YUV188.05103.1499.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.08%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=29.08%
G=42.63%
B=28.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171440.3200.340.15116.7148.9970.78
Hex94D99020022F753147
Octal224331220400421716561107
Binary1001010011011001100100001000000100010111111101011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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