#5AC03E

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

Shades of Apple #5AC03E

Tints of Apple #5AC03E

Color information

#5AC03E (or 0x5AC03E) is unknown color: approx Apple. HEX triplet: 5A, C0 and 3E. RGB value is (90,192,62). Sum of RGB (Red+Green+Blue) = 90+192+62=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC03E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC03E is #A53FC1. Grayscale: #939393. Windows color (decimal): -10829762 or 4112474. OLE color: 4112474.

HSL color Cylindrical-coordinate representation of color #5AC03E: hue angle of 107.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AC03E is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB9019262-
CMYK0.5300.680.25
HSL107.08º51.18%49.8%-
HSV(B)107.08º67.71%75.29%-
XYZ23.9440.2211.06-
YUV146.6880.2187.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.16%
GREEN value IS 192 (75.39% from 255) = 55.81%
BLUE value IS 62 (24.61% from 255) = 18.02%
R=26.16%
G=55.81%
B=18.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90192620.5300.680.25107.0851.1849.8
Hex5AC03E35044196b3332
Octal13230076650104311536362
Binary10110101100000011111011010101000100110011101011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,192,62); }

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

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

 a { background-color: rgb(90,192,62); }

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

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

 span { border-color: rgb(90,192,62); }

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