#5AC94B

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

Shades of Apple #5AC94B

Tints of Apple #5AC94B

Color information

#5AC94B (or 0x5AC94B) is unknown color: approx Apple. HEX triplet: 5A, C9 and 4B. RGB value is (90,201,75). Sum of RGB (Red+Green+Blue) = 90+201+75=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC94B is #A536B4. Grayscale: #999999. Windows color (decimal): -10827445 or 4966746. OLE color: 4966746.

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

Color convert

RGB9020175-
CMYK0.5500.630.21
HSL112.86º53.85%54.12%-
HSV(B)112.86º62.69%78.82%-
XYZ26.3744.4513.85-
YUV153.4583.7382.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.59%
GREEN value IS 201 (78.91% from 255) = 54.92%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=24.59%
G=54.92%
B=20.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90201750.5500.630.21112.8653.8554.12
Hex5AC94B3703F15713636
Octal13231111367077251616666
Binary10110101100100110010111101110111111101011110001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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