Html Css Color HEX #5ACE50 Apple

📋 copy color: '#5ACE50'

red 90 ◦ green 206 ◦ blue 80

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

Shades of Apple #5ACE50

Tints of Apple #5ACE50

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.79%

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

R = 23.94%
G = 54.79%
B = 21.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#5ACE50 (or 0x5ACE50) is known color: Apple. HEX triplet: 5A, CE and 50. RGB value is (90,206,80). Sum of RGB (Red+Green+Blue) = 90+206+80=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACE50 is #A531AF. Grayscale: #9D9D9D. Windows color (decimal): -10826160 or 5295706. OLE color: 5295706.

HSL color Cylindrical-coordinate representation of color #5ACE50: hue angle of 115.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ACE50 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 206 80 -
CMYK 0.56 0 0.61 0.19
HSL 115.24º 0.56% 0.56% -
HSV(B) 115.24º 0.61% 0.81% -
XYZ 27.74 46.9 15.18 -
YUV 156.95 84.57 80.25 -
System Red Green Blue C M Y K H S L
Decimal 90 206 80 0.56 0 0.61 0.19 115.24 0.56 0.56
Hex 5A CE 50 38 0 3D 13 73 38 38
Octal 132 316 120 70 0 75 23 163 70 70
Binary 1011010 11001110 1010000 111000 0 111101 10011 1110011 111000 111000

Color Harmonies of #5ACE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACE50

Black with #5ACE50

Text Example


Text Example

White with #5ACE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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