#94E093

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

Shades of Granny Smith Apple #94E093

Tints of Granny Smith Apple #94E093

Color information

#94E093 (or 0x94E093) is unknown color: approx Granny Smith Apple. HEX triplet: 94, E0 and 93. RGB value is (148,224,147). Sum of RGB (Red+Green+Blue) = 148+224+147=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #94E093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E093 is #6B1F6C. Grayscale: #C0C0C0. Windows color (decimal): -7020397 or 9691284. OLE color: 9691284.

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

Color convert

RGB148224147-
CMYK0.3400.340.12
HSL119.22º55.4%72.75%-
HSV(B)119.22º34.38%87.84%-
XYZ44.1361.7137.19-
YUV192.5102.3296.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.52%
GREEN value IS 224 (87.89% from 255) = 43.16%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=28.52%
G=43.16%
B=28.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482241470.3400.340.12119.2255.472.75
Hex94E09322022C773749
Octal224340223420421416767111
Binary1001010011100000100100111000100100010110011101111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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