#94E682

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

Shades of Granny Smith Apple #94E682

Tints of Granny Smith Apple #94E682

Color information

#94E682 (or 0x94E682) is unknown color: approx Granny Smith Apple. HEX triplet: 94, E6 and 82. RGB value is (148,230,130). Sum of RGB (Red+Green+Blue) = 148+230+130=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #94E682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E682 is #6B197D. Grayscale: #C2C2C2. Windows color (decimal): -7018878 or 8578708. OLE color: 8578708.

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

Color convert

RGB148230130-
CMYK0.3600.430.10
HSL109.2º66.67%70.59%-
HSV(B)109.2º43.48%90.2%-
XYZ44.5464.531.22-
YUV194.0891.8395.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 230 (90.23% from 255) = 45.28%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=29.13%
G=45.28%
B=25.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482301300.3600.430.10109.266.6770.59
Hex94E6822402BA6d4347
Octal2243462024405312155103107
Binary10010100111001101000001010010001010111010110110110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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