#5FA33A

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

Shades of Apple #5FA33A

Tints of Apple #5FA33A

Color information

#5FA33A (or 0x5FA33A) is unknown color: approx Apple. HEX triplet: 5F, A3 and 3A. RGB value is (95,163,58). Sum of RGB (Red+Green+Blue) = 95+163+58=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA33A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA33A is #A05CC5. Grayscale: #838383. Windows color (decimal): -10509510 or 3842911. OLE color: 3842911.

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

Color convert

RGB9516358-
CMYK0.4200.640.36
HSL98.86º47.51%43.33%-
HSV(B)98.86º64.42%63.92%-
XYZ18.5828.938.61-
YUV130.786.97102.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.06%
GREEN value IS 163 (64.06% from 255) = 51.58%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=30.06%
G=51.58%
B=18.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95163580.4200.640.3698.8647.5143.33
Hex5FA33A2A0402463302b
Octal13724372520100441436053
Binary101111110100011111010101010010000001001001100011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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