Html Css Color HEX #5AA14A Apple

📋 copy color: '#5AA14A'

red 90 ◦ green 161 ◦ blue 74

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

Shades of Apple #5AA14A

Tints of Apple #5AA14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 27.69%
G = 49.54%
B = 22.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#5AA14A (or 0x5AA14A) is known color: Apple. HEX triplet: 5A, A1 and 4A. RGB value is (90,161,74). Sum of RGB (Red+Green+Blue) = 90+161+74=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA14A is #A55EB5. Grayscale: #828282. Windows color (decimal): -10837686 or 4890970. OLE color: 4890970.

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

Color convert

RGB 90 161 74 -
CMYK 0.44 0 0.54 0.37
HSL 108.97º 0.37% 0.46% -
HSV(B) 108.97º 0.54% 0.63% -
XYZ 18.2 28.16 10.95 -
YUV 129.85 96.48 99.57 -
System Red Green Blue C M Y K H S L
Decimal 90 161 74 0.44 0 0.54 0.37 108.97 0.37 0.46
Hex 5A A1 4A 2C 0 36 25 6D 25 2E
Octal 132 241 112 54 0 66 45 155 45 56
Binary 1011010 10100001 1001010 101100 0 110110 100101 1101101 100101 101110

Color Harmonies of #5AA14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA14A

Black with #5AA14A

Text Example


Text Example

White with #5AA14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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