#5AD63C

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

Shades of Apple #5AD63C

Tints of Apple #5AD63C

Color information

#5AD63C (or 0x5AD63C) is unknown color: approx Apple. HEX triplet: 5A, D6 and 3C. RGB value is (90,214,60). Sum of RGB (Red+Green+Blue) = 90+214+60=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD63C is #A529C3. Grayscale: #9F9F9F. Windows color (decimal): -10824132 or 3987034. OLE color: 3987034.

HSL color Cylindrical-coordinate representation of color #5AD63C: hue angle of 108.31º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AD63C is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB9021460-
CMYK0.5800.720.16
HSL108.31º65.25%53.73%-
HSV(B)108.31º71.96%83.92%-
XYZ29.0850.5912.51-
YUV159.3771.9278.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.73%
GREEN value IS 214 (83.98% from 255) = 58.79%
BLUE value IS 60 (23.83% from 255) = 16.48%
R=24.73%
G=58.79%
B=16.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal90214600.5800.720.16108.3165.2553.73
Hex5AD63C3A048106c4136
Octal132326747201102015410166
Binary101101011010110111100111010010010001000011011001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,214,60); }

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

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

 a { background-color: rgb(90,214,60); }

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

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

 span { border-color: rgb(90,214,60); }

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