#94DE8E

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

Shades of Granny Smith Apple #94DE8E

Tints of Granny Smith Apple #94DE8E

Color information

#94DE8E (or 0x94DE8E) is unknown color: approx Granny Smith Apple. HEX triplet: 94, DE and 8E. RGB value is (148,222,142). Sum of RGB (Red+Green+Blue) = 148+222+142=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DE8E is #6B2171. Grayscale: #BFBFBF. Windows color (decimal): -7020914 or 9363092. OLE color: 9363092.

HSL color Cylindrical-coordinate representation of color #94DE8E: hue angle of 115.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94DE8E is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB148222142-
CMYK0.3300.360.13
HSL115.5º54.79%71.37%-
HSV(B)115.5º36.04%87.06%-
XYZ43.2260.4934.99-
YUV190.75100.4897.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 222 (87.11% from 255) = 43.36%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=28.91%
G=43.36%
B=27.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482221420.3300.360.13115.554.7971.37
Hex94DE8E21024D733747
Octal224336216410441516367107
Binary1001010011011110100011101000010100100110111100111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,222,142); }

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

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

 a { background-color: rgb(148,222,142); }

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

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

 span { border-color: rgb(148,222,142); }

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