#94E18A

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

Shades of Granny Smith Apple #94E18A

Tints of Granny Smith Apple #94E18A

Color information

#94E18A (or 0x94E18A) is unknown color: approx Granny Smith Apple. HEX triplet: 94, E1 and 8A. RGB value is (148,225,138). Sum of RGB (Red+Green+Blue) = 148+225+138=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #94E18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E18A is #6B1E75. Grayscale: #C0C0C0. Windows color (decimal): -7020150 or 9101716. OLE color: 9101716.

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

Color convert

RGB148225138-
CMYK0.3400.390.12
HSL113.1º59.18%71.18%-
HSV(B)113.1º38.67%88.24%-
XYZ43.7361.9833.7-
YUV192.0697.4996.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 225 (88.28% from 255) = 44.03%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=28.96%
G=44.03%
B=27.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482251380.3400.390.12113.159.1871.18
Hex94E18A22027C713b47
Octal224341212420471416173107
Binary1001010011100001100010101000100100111110011100011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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