#94D08B

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

Shades of Granny Smith Apple #94D08B

Tints of Granny Smith Apple #94D08B

Color information

#94D08B (or 0x94D08B) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D0 and 8B. RGB value is (148,208,139). Sum of RGB (Red+Green+Blue) = 148+208+139=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #94D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D08B is #6B2F74. Grayscale: #B6B6B6. Windows color (decimal): -7024501 or 9162900. OLE color: 9162900.

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

Color convert

RGB148208139-
CMYK0.2900.330.18
HSL112.17º42.33%68.04%-
HSV(B)112.17º33.17%81.57%-
XYZ39.4353.2732.63-
YUV182.19103.62103.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=29.90%
G=42.02%
B=28.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482081390.2900.330.18112.1742.3368.04
Hex94D08B1D02112702a44
Octal224320213350412216052104
Binary1001010011010000100010111110101000011001011100001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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