#94D08D

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

Shades of Granny Smith Apple #94D08D

Tints of Granny Smith Apple #94D08D

Color information

#94D08D (or 0x94D08D) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D0 and 8D. RGB value is (148,208,141). Sum of RGB (Red+Green+Blue) = 148+208+141=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #94D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D08D is #6B2F72. Grayscale: #B6B6B6. Windows color (decimal): -7024499 or 9293972. OLE color: 9293972.

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

Color convert

RGB148208141-
CMYK0.2900.320.18
HSL113.73º41.61%68.43%-
HSV(B)113.73º32.21%81.57%-
XYZ39.5853.3333.41-
YUV182.42104.62103.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.78%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=29.78%
G=41.85%
B=28.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482081410.2900.320.18113.7341.6168.43
Hex94D08D1D02012722a44
Octal224320215350402216252104
Binary1001010011010000100011011110101000001001011100101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,208,141); }

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

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

 a { background-color: rgb(148,208,141); }

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

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

 span { border-color: rgb(148,208,141); }

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