#94D592

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

Shades of Granny Smith Apple #94D592

Tints of Granny Smith Apple #94D592

Color information

#94D592 (or 0x94D592) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D5 and 92. RGB value is (148,213,146). Sum of RGB (Red+Green+Blue) = 148+213+146=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #94D592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D592 is #6B2A6D. Grayscale: #BABABA. Windows color (decimal): -7023214 or 9622932. OLE color: 9622932.

HSL color Cylindrical-coordinate representation of color #94D592: hue angle of 118.21º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D592 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB148213146-
CMYK0.3100.310.16
HSL118.21º44.37%70.39%-
HSV(B)118.21º31.46%83.53%-
XYZ41.255.9635.82-
YUV185.93105.47100.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=29.19%
G=42.01%
B=28.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131460.3100.310.16118.2144.3770.39
Hex94D5921F01F10762c46
Octal224325222370372016654106
Binary100101001101010110010010111110111111000011101101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,213,146); }

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

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

 a { background-color: rgb(148,213,146); }

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

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

 span { border-color: rgb(148,213,146); }

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