#93D394

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

Shades of Granny Smith Apple #93D394

Tints of Granny Smith Apple #93D394

Color information

#93D394 (or 0x93D394) is unknown color: approx Granny Smith Apple. HEX triplet: 93, D3 and 94. RGB value is (147,211,148). Sum of RGB (Red+Green+Blue) = 147+211+148=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #93D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D394 is #6C2C6B. Grayscale: #B8B8B8. Windows color (decimal): -7089260 or 9753491. OLE color: 9753491.

HSL color Cylindrical-coordinate representation of color #93D394: hue angle of 120.94º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D394 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB147211148-
CMYK0.3000.300.17
HSL120.94º42.11%70.2%-
HSV(B)120.94º30.33%82.75%-
XYZ40.6754.9336.48-
YUV184.68107.3101.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 211 (82.81% from 255) = 41.70%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=29.05%
G=41.70%
B=29.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1472111480.3000.300.17120.9442.1170.2
Hex93D3941E01E11792a46
Octal223323224360362117152106
Binary100100111101001110010100111100111101000111110011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93D394; }

 p { color: rgb(147,211,148); }

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

<style>
 a { background-color: #93D394; }

 a { background-color: rgb(147,211,148); }

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

<style>
 span { border-color: #93D394; }

 span { border-color: rgb(147,211,148); }

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