#94E288

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

Shades of Granny Smith Apple #94E288

Tints of Granny Smith Apple #94E288

Color information

#94E288 (or 0x94E288) is unknown color: approx Granny Smith Apple. HEX triplet: 94, E2 and 88. RGB value is (148,226,136). Sum of RGB (Red+Green+Blue) = 148+226+136=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #94E288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E288 is #6B1D77. Grayscale: #C0C0C0. Windows color (decimal): -7019896 or 8970900. OLE color: 8970900.

HSL color Cylindrical-coordinate representation of color #94E288: hue angle of 112º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94E288 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB148226136-
CMYK0.3500.400.11
HSL112º60.81%70.98%-
HSV(B)112º39.82%88.63%-
XYZ43.8562.4733.04-
YUV192.4296.1696.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 226 (88.67% from 255) = 44.31%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=29.02%
G=44.31%
B=26.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482261360.3500.400.1111260.8170.98
Hex94E28823028B703d47
Octal224342210430501316075107
Binary1001010011100010100010001000110101000101111100001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,226,136); }

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

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

 a { background-color: rgb(148,226,136); }

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

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

 span { border-color: rgb(148,226,136); }

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