Html Css Color HEX #5AB140 Apple

📋 copy color: '#5AB140'

red 90 ◦ green 177 ◦ blue 64

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

Shades of Apple #5AB140

Tints of Apple #5AB140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 53.47%

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

R = 27.19%
G = 53.47%
B = 19.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#5AB140 (or 0x5AB140) is known color: Apple. HEX triplet: 5A, B1 and 40. RGB value is (90,177,64). Sum of RGB (Red+Green+Blue) = 90+177+64=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB140 is #A54EBF. Grayscale: #8A8A8A. Windows color (decimal): -10833600 or 4239706. OLE color: 4239706.

HSL color Cylindrical-coordinate representation of color #5AB140: hue angle of 106.19º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB140 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 177 64 -
CMYK 0.49 0 0.64 0.31
HSL 106.19º 0.47% 0.47% -
HSV(B) 106.19º 0.64% 0.69% -
XYZ 20.86 33.99 10.31 -
YUV 138.11 86.18 93.69 -
System Red Green Blue C M Y K H S L
Decimal 90 177 64 0.49 0 0.64 0.31 106.19 0.47 0.47
Hex 5A B1 40 31 0 40 1F 6A 2F 2F
Octal 132 261 100 61 0 100 37 152 57 57
Binary 1011010 10110001 1000000 110001 0 1000000 11111 1101010 101111 101111

Color Harmonies of #5AB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB140

Black with #5AB140

Text Example


Text Example

White with #5AB140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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