#5AD93D

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

Shades of Apple #5AD93D

Tints of Apple #5AD93D

Color information

#5AD93D (or 0x5AD93D) is unknown color: approx Apple. HEX triplet: 5A, D9 and 3D. RGB value is (90,217,61). Sum of RGB (Red+Green+Blue) = 90+217+61=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 217 (85.16% from 255 or 58.97% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD93D is #A526C2. Grayscale: #A1A1A1. Windows color (decimal): -10823363 or 4053338. OLE color: 4053338.

HSL color Cylindrical-coordinate representation of color #5AD93D: hue angle of 108.85º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AD93D is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB9021761-
CMYK0.5900.720.15
HSL108.85º67.24%54.51%-
HSV(B)108.85º71.89%85.1%-
XYZ29.8752.1412.9-
YUV161.2471.4277.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.46%
GREEN value IS 217 (85.16% from 255) = 58.97%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=24.46%
G=58.97%
B=16.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal90217610.5900.720.15108.8567.2454.51
Hex5AD93D3B048F6d4337
Octal132331757301101715510367
Binary10110101101100111110111101101001000111111011011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,217,61); }

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

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

 a { background-color: rgb(90,217,61); }

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

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

 span { border-color: rgb(90,217,61); }

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