#94D08F

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

Shades of Granny Smith Apple #94D08F

Tints of Granny Smith Apple #94D08F

Color information

#94D08F (or 0x94D08F) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D0 and 8F. RGB value is (148,208,143). Sum of RGB (Red+Green+Blue) = 148+208+143=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #94D08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D08F is #6B2F70. Grayscale: #B6B6B6. Windows color (decimal): -7024497 or 9425044. OLE color: 9425044.

HSL color Cylindrical-coordinate representation of color #94D08F: hue angle of 115.38º 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 #94D08F is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB148208143-
CMYK0.2900.310.18
HSL115.38º40.88%68.82%-
HSV(B)115.38º31.25%81.57%-
XYZ39.7353.3934.2-
YUV182.65105.62103.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.66%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 143 (56.25% from 255) = 28.66%
R=29.66%
G=41.68%
B=28.66%

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
Decimal1482081430.2900.310.18115.3840.8868.82
Hex94D08F1D01F12732945
Octal224320217350372216351105
Binary100101001101000010001111111010111111001011100111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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