#5E9F4C

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

Shades of Apple #5E9F4C

Tints of Apple #5E9F4C

Color information

#5E9F4C (or 0x5E9F4C) is unknown color: approx Apple. HEX triplet: 5E, 9F and 4C. RGB value is (94,159,76). Sum of RGB (Red+Green+Blue) = 94+159+76=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9F4C is #A160B3. Grayscale: #828282. Windows color (decimal): -10576052 or 5021534. OLE color: 5021534.

HSL color Cylindrical-coordinate representation of color #5E9F4C: hue angle of 106.99º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E9F4C is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB9415976-
CMYK0.4100.520.38
HSL106.99º35.32%46.08%-
HSV(B)106.99º52.2%62.35%-
XYZ18.3227.711.22-
YUV130.197.47102.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.57%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=28.57%
G=48.33%
B=23.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94159760.4100.520.38106.9935.3246.08
Hex5E9F4C29034266b232e
Octal13623711451064461534356
Binary101111010011111100110010100101101001001101101011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,159,76); }

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

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

 a { background-color: rgb(94,159,76); }

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

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

 span { border-color: rgb(94,159,76); }

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