#94E681

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

Shades of Granny Smith Apple #94E681

Tints of Granny Smith Apple #94E681

Color information

#94E681 (or 0x94E681) is unknown color: approx Granny Smith Apple. HEX triplet: 94, E6 and 81. RGB value is (148,230,129). Sum of RGB (Red+Green+Blue) = 148+230+129=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #94E681 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E681 is #6B197E. Grayscale: #C2C2C2. Windows color (decimal): -7018879 or 8513172. OLE color: 8513172.

HSL color Cylindrical-coordinate representation of color #94E681: hue angle of 108.71º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94E681 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB148230129-
CMYK0.3600.440.10
HSL108.71º66.89%70.39%-
HSV(B)108.71º43.91%90.2%-
XYZ44.4764.4730.87-
YUV193.9791.3395.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 230 (90.23% from 255) = 45.36%
BLUE value IS 129 (50.78% from 255) = 25.44%
R=29.19%
G=45.36%
B=25.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482301290.3600.440.10108.7166.8970.39
Hex94E6812402CA6d4346
Octal2243462014405412155103106
Binary10010100111001101000000110010001011001010110110110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,230,129); }

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

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

 a { background-color: rgb(148,230,129); }

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

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

 span { border-color: rgb(148,230,129); }

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