Html Css Color HEX #5AC150 Apple

📋 copy color: '#5AC150'

red 90 ◦ green 193 ◦ blue 80

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

Shades of Apple #5AC150

Tints of Apple #5AC150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.17%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 24.79%
G = 53.17%
B = 22.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#5AC150 (or 0x5AC150) is known color: Apple. HEX triplet: 5A, C1 and 50. RGB value is (90,193,80). Sum of RGB (Red+Green+Blue) = 90+193+80=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC150 is #A53EAF. Grayscale: #959595. Windows color (decimal): -10829488 or 5292378. OLE color: 5292378.

HSL color Cylindrical-coordinate representation of color #5AC150: hue angle of 114.69º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AC150 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 193 80 -
CMYK 0.53 0 0.59 0.24
HSL 114.69º 0.48% 0.54% -
HSV(B) 114.69º 0.59% 0.76% -
XYZ 24.73 40.89 14.18 -
YUV 149.32 88.88 85.69 -
System Red Green Blue C M Y K H S L
Decimal 90 193 80 0.53 0 0.59 0.24 114.69 0.48 0.54
Hex 5A C1 50 35 0 3B 18 73 30 36
Octal 132 301 120 65 0 73 30 163 60 66
Binary 1011010 11000001 1010000 110101 0 111011 11000 1110011 110000 110110

Color Harmonies of #5AC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC150

Black with #5AC150

Text Example


Text Example

White with #5AC150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,193,80); }

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

background-color css

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

 a { background-color: rgb(90,193,80); }

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

border-color css

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

 span { border-color: rgb(90,193,80); }

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