#5F9E4A

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

Shades of Apple #5F9E4A

Tints of Apple #5F9E4A

Color information

#5F9E4A (or 0x5F9E4A) is unknown color: approx Apple. HEX triplet: 5F, 9E and 4A. RGB value is (95,158,74). Sum of RGB (Red+Green+Blue) = 95+158+74=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9E4A is #A061B5. Grayscale: #818181. Windows color (decimal): -10510774 or 4890207. OLE color: 4890207.

HSL color Cylindrical-coordinate representation of color #5F9E4A: hue angle of 105º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F9E4A is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB9515874-
CMYK0.4000.530.38
HSL105º36.21%45.49%-
HSV(B)105º53.16%61.96%-
XYZ18.1827.3810.81-
YUV129.5996.63103.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.05%
GREEN value IS 158 (62.11% from 255) = 48.32%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=29.05%
G=48.32%
B=22.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95158740.4000.530.3810536.2145.49
Hex5F9E4A280352669242d
Octal13723611250065461514455
Binary101111110011110100101010100001101011001101101001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,158,74); }

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

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

 a { background-color: rgb(95,158,74); }

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

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

 span { border-color: rgb(95,158,74); }

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