Html Css Color HEX #5AC141 Apple

📋 copy color: '#5AC141'

red 90 ◦ green 193 ◦ blue 65

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

Shades of Apple #5AC141

Tints of Apple #5AC141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 25.86%
G = 55.46%
B = 18.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#5AC141 (or 0x5AC141) is known color: Apple. HEX triplet: 5A, C1 and 41. RGB value is (90,193,65). Sum of RGB (Red+Green+Blue) = 90+193+65=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC141 is #A53EBE. Grayscale: #949494. Windows color (decimal): -10829503 or 4309338. OLE color: 4309338.

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

Color convert

RGB 90 193 65 -
CMYK 0.53 0 0.66 0.24
HSL 108.28º 0.51% 0.51% -
HSV(B) 108.28º 0.66% 0.76% -
XYZ 24.24 40.7 11.58 -
YUV 147.61 81.38 86.91 -
System Red Green Blue C M Y K H S L
Decimal 90 193 65 0.53 0 0.66 0.24 108.28 0.51 0.51
Hex 5A C1 41 35 0 42 18 6C 33 33
Octal 132 301 101 65 0 102 30 154 63 63
Binary 1011010 11000001 1000001 110101 0 1000010 11000 1101100 110011 110011

Color Harmonies of #5AC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC141

Black with #5AC141

Text Example


Text Example

White with #5AC141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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