#94e97f

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

Shades of Granny Smith Apple #94E97F

Tints of Granny Smith Apple #94E97F

Color information

#94E97F (or 0x94E97F) is unknown color: approx Granny Smith Apple. HEX triplet: 94, E9 and 7F. RGB value is (148,233,127). Sum of RGB (Red+Green+Blue) = 148+233+127=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #94E97F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E97F is #6B1680. Grayscale: #C3C3C3. Windows color (decimal): -7018113 or 8382868. OLE color: 8382868.

HSL color Cylindrical-coordinate representation of color #94E97F: hue angle of 108.11º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94E97F is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB148233127-
CMYK0.3600.450.09
HSL108.11º70.67%70.59%-
HSV(B)108.11º45.49%91.37%-
XYZ45.1866.1130.46-
YUV195.589.3494.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 233 (91.41% from 255) = 45.87%
BLUE value IS 127 (50% from 255) = 25%
R=29.13%
G=45.87%
B=25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482331270.3600.450.09108.1170.6770.59
Hex94E97F2402D96c4747
Octal2243511774405511154107107
Binary1001010011101001111111110010001011011001110110010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94e97f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,233,127); }

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

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

 a { background-color: rgb(148,233,127); }

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

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

 span { border-color: rgb(148,233,127); }

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