#94E084

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

Shades of Granny Smith Apple #94E084

Tints of Granny Smith Apple #94E084

Color information

#94E084 (or 0x94E084) is unknown color: approx Granny Smith Apple. HEX triplet: 94, E0 and 84. RGB value is (148,224,132). Sum of RGB (Red+Green+Blue) = 148+224+132=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #94E084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E084 is #6B1F7B. Grayscale: #BFBFBF. Windows color (decimal): -7020412 or 8708244. OLE color: 8708244.

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

Color convert

RGB148224132-
CMYK0.3400.410.12
HSL109.57º59.74%69.8%-
HSV(B)109.57º41.07%87.84%-
XYZ43.0361.2731.39-
YUV190.7994.8297.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 224 (87.89% from 255) = 44.44%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=29.37%
G=44.44%
B=26.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482241320.3400.410.12109.5759.7469.8
Hex94E08422029C6e3c46
Octal224340204420511415674106
Binary1001010011100000100001001000100101001110011011101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,224,132); }

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

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

 a { background-color: rgb(148,224,132); }

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

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

 span { border-color: rgb(148,224,132); }

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