Html Css Color HEX #5AB940 Apple

📋 copy color: '#5AB940'

red 90 ◦ green 185 ◦ blue 64

#5AB940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5AB940

Tints of Apple #5AB940

RGB

 RED value IS 90 (35.55% from 255) = 26.55%

 GREEN value IS 185 (72.66% from 255) = 54.57%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 26.55%
G = 54.57%
B = 18.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#5AB940 (or 0x5AB940) is known color: Apple. HEX triplet: 5A, B9 and 40. RGB value is (90,185,64). Sum of RGB (Red+Green+Blue) = 90+185+64=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB940 is #A546BF. Grayscale: #8F8F8F. Windows color (decimal): -10831552 or 4241754. OLE color: 4241754.

HSL color Cylindrical-coordinate representation of color #5AB940: hue angle of 107.11º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AB940 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 185 64 -
CMYK 0.51 0 0.65 0.27
HSL 107.11º 0.49% 0.49% -
HSV(B) 107.11º 0.65% 0.73% -
XYZ 22.49 37.24 10.85 -
YUV 142.8 83.53 90.34 -
System Red Green Blue C M Y K H S L
Decimal 90 185 64 0.51 0 0.65 0.27 107.11 0.49 0.49
Hex 5A B9 40 33 0 41 1B 6B 31 31
Octal 132 271 100 63 0 101 33 153 61 61
Binary 1011010 10111001 1000000 110011 0 1000001 11011 1101011 110001 110001

Color Harmonies of #5AB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB940

Black with #5AB940

Text Example


Text Example

White with #5AB940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,185,64); }

 H1.HeaderClassName
 {
   color: #5AB940;
 }
 .AnyTagClassName
 {
   color: #5AB940;
 }
</style>

background-color css

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

 a { background-color: rgb(90,185,64); }

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

border-color css

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

 span { border-color: rgb(90,185,64); }

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