Html Css Color HEX #5AA241 Apple

📋 copy color: '#5AA241'

red 90 ◦ green 162 ◦ blue 65

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

Shades of Apple #5AA241

Tints of Apple #5AA241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.1%

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

R = 28.39%
G = 51.1%
B = 20.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#5AA241 (or 0x5AA241) is known color: Apple. HEX triplet: 5A, A2 and 41. RGB value is (90,162,65). Sum of RGB (Red+Green+Blue) = 90+162+65=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA241 is #A55DBE. Grayscale: #818181. Windows color (decimal): -10837439 or 4301402. OLE color: 4301402.

HSL color Cylindrical-coordinate representation of color #5AA241: hue angle of 104.54º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AA241 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 162 65 -
CMYK 0.44 0 0.60 0.36
HSL 104.54º 0.43% 0.45% -
HSV(B) 104.54º 0.6% 0.64% -
XYZ 18.09 28.4 9.53 -
YUV 129.41 91.65 99.89 -
System Red Green Blue C M Y K H S L
Decimal 90 162 65 0.44 0 0.60 0.36 104.54 0.43 0.45
Hex 5A A2 41 2C 0 3C 24 69 2B 2D
Octal 132 242 101 54 0 74 44 151 53 55
Binary 1011010 10100010 1000001 101100 0 111100 100100 1101001 101011 101101

Color Harmonies of #5AA241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA241

Black with #5AA241

Text Example


Text Example

White with #5AA241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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