#94E18C

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

Shades of Granny Smith Apple #94E18C

Tints of Granny Smith Apple #94E18C

Color information

#94E18C (or 0x94E18C) is unknown color: approx Granny Smith Apple. HEX triplet: 94, E1 and 8C. RGB value is (148,225,140). Sum of RGB (Red+Green+Blue) = 148+225+140=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #94E18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E18C is #6B1E73. Grayscale: #C0C0C0. Windows color (decimal): -7020148 or 9232788. OLE color: 9232788.

HSL color Cylindrical-coordinate representation of color #94E18C: hue angle of 114.35º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94E18C is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB148225140-
CMYK0.3400.380.12
HSL114.35º58.62%71.57%-
HSV(B)114.35º37.78%88.24%-
XYZ43.8762.0434.47-
YUV192.2998.4996.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.85%
GREEN value IS 225 (88.28% from 255) = 43.86%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=28.85%
G=43.86%
B=27.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482251400.3400.380.12114.3558.6271.57
Hex94E18C22026C723b48
Octal224341214420461416273110
Binary1001010011100001100011001000100100110110011100101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,225,140); }

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

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

 a { background-color: rgb(148,225,140); }

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

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

 span { border-color: rgb(148,225,140); }

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