#5FA53A

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

Shades of Apple #5FA53A

Tints of Apple #5FA53A

Color information

#5FA53A (or 0x5FA53A) is unknown color: approx Apple. HEX triplet: 5F, A5 and 3A. RGB value is (95,165,58). Sum of RGB (Red+Green+Blue) = 95+165+58=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 165 (64.84% from 255 or 51.89% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA53A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA53A is #A05AC5. Grayscale: #848484. Windows color (decimal): -10508998 or 3843423. OLE color: 3843423.

HSL color Cylindrical-coordinate representation of color #5FA53A: hue angle of 99.25º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FA53A is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB9516558-
CMYK0.4200.650.35
HSL99.25º47.98%43.73%-
HSV(B)99.25º64.85%64.71%-
XYZ18.9429.658.73-
YUV131.8786.31101.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.87%
GREEN value IS 165 (64.84% from 255) = 51.89%
BLUE value IS 58 (23.05% from 255) = 18.24%
R=29.87%
G=51.89%
B=18.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95165580.4200.650.3599.2547.9843.73
Hex5FA53A2A0412363302c
Octal13724572520101431436054
Binary101111110100101111010101010010000011000111100011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,165,58); }

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

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

 a { background-color: rgb(95,165,58); }

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

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

 span { border-color: rgb(95,165,58); }

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