#5F9C3F

Color #5F9C3F Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5F9C3F

Tints of Apple #5F9C3F

Color information

#5F9C3F (or 0x5F9C3F) is unknown color: approx Apple. HEX triplet: 5F, 9C and 3F. RGB value is (95,156,63). Sum of RGB (Red+Green+Blue) = 95+156+63=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9C3F is #A063C0. Grayscale: #7F7F7F. Windows color (decimal): -10511297 or 4168799. OLE color: 4168799.

HSL color Cylindrical-coordinate representation of color #5F9C3F: hue angle of 99.35º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F9C3F is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB9515663-
CMYK0.3900.600.39
HSL99.35º42.47%42.94%-
HSV(B)99.35º59.62%61.18%-
XYZ17.526.578.91-
YUV127.1691.79105.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.25%
GREEN value IS 156 (61.33% from 255) = 49.68%
BLUE value IS 63 (25% from 255) = 20.06%
R=30.25%
G=49.68%
B=20.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95156630.3900.600.3999.3542.4742.94
Hex5F9C3F2703C27632a2b
Octal1372347747074471435253
Binary10111111001110011111110011101111001001111100011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F9C3F; }

 p { color: rgb(95,156,63); }

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

<style>
 a { background-color: #5F9C3F; }

 a { background-color: rgb(95,156,63); }

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

<style>
 span { border-color: #5F9C3F; }

 span { border-color: rgb(95,156,63); }

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