Html Css Color HEX #5AA144 Apple

📋 copy color: '#5AA144'

red 90 ◦ green 161 ◦ blue 68

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

Shades of Apple #5AA144

Tints of Apple #5AA144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.47%

 BLUE value IS 68 (26.95% from 255) = 21.32%

R = 28.21%
G = 50.47%
B = 21.32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#5AA144 (or 0x5AA144) is known color: Apple. HEX triplet: 5A, A1 and 44. RGB value is (90,161,68). Sum of RGB (Red+Green+Blue) = 90+161+68=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA144 is #A55EBB. Grayscale: #818181. Windows color (decimal): -10837692 or 4497754. OLE color: 4497754.

HSL color Cylindrical-coordinate representation of color #5AA144: hue angle of 105.81º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AA144 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 90 161 68 -
CMYK 0.44 0 0.58 0.37
HSL 105.81º 0.41% 0.45% -
HSV(B) 105.81º 0.58% 0.63% -
XYZ 18 28.08 9.94 -
YUV 129.17 93.48 100.06 -
System Red Green Blue C M Y K H S L
Decimal 90 161 68 0.44 0 0.58 0.37 105.81 0.41 0.45
Hex 5A A1 44 2C 0 3A 25 6A 29 2D
Octal 132 241 104 54 0 72 45 152 51 55
Binary 1011010 10100001 1000100 101100 0 111010 100101 1101010 101001 101101

Color Harmonies of #5AA144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA144

Black with #5AA144

Text Example


Text Example

White with #5AA144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,161,68); }

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

background-color css

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

 a { background-color: rgb(90,161,68); }

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

border-color css

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

 span { border-color: rgb(90,161,68); }

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