#5ac93f

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

Shades of Apple #5AC93F

Tints of Apple #5AC93F

Color information

#5AC93F (or 0x5AC93F) is unknown color: approx Apple. HEX triplet: 5A, C9 and 3F. RGB value is (90,201,63). Sum of RGB (Red+Green+Blue) = 90+201+63=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC93F is #A536C0. Grayscale: #989898. Windows color (decimal): -10827457 or 4180314. OLE color: 4180314.

HSL color Cylindrical-coordinate representation of color #5AC93F: hue angle of 108.26º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AC93F is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB9020163-
CMYK0.5500.690.21
HSL108.26º56.1%51.76%-
HSV(B)108.26º68.66%78.82%-
XYZ2644.3111.88-
YUV152.0877.7383.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.42%
GREEN value IS 201 (78.91% from 255) = 56.78%
BLUE value IS 63 (25% from 255) = 17.80%
R=25.42%
G=56.78%
B=17.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90201630.5500.690.21108.2656.151.76
Hex5AC93F37045156c3834
Octal13231177670105251547064
Binary10110101100100111111111011101000101101011101100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ac93f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,201,63); }

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

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

 a { background-color: rgb(90,201,63); }

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

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

 span { border-color: rgb(90,201,63); }

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