#93DC8B

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

Shades of Granny Smith Apple #93DC8B

Tints of Granny Smith Apple #93DC8B

Color information

#93DC8B (or 0x93DC8B) is unknown color: approx Granny Smith Apple. HEX triplet: 93, DC and 8B. RGB value is (147,220,139). Sum of RGB (Red+Green+Blue) = 147+220+139=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DC8B is #6C2374. Grayscale: #BDBDBD. Windows color (decimal): -7086965 or 9165971. OLE color: 9165971.

HSL color Cylindrical-coordinate representation of color #93DC8B: hue angle of 114.07º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93DC8B is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB147220139-
CMYK0.3300.370.14
HSL114.07º53.64%70.39%-
HSV(B)114.07º36.82%86.27%-
XYZ42.2959.2533.63-
YUV188.9499.8298.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=29.05%
G=43.48%
B=27.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472201390.3300.370.14114.0753.6470.39
Hex93DC8B21025E723646
Octal223334213410451616266106
Binary1001001111011100100010111000010100101111011100101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,220,139); }

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

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

 a { background-color: rgb(147,220,139); }

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

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

 span { border-color: rgb(147,220,139); }

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