Html Css Color HEX #5EA04A Apple

📋 copy color: '#5EA04A'

red 94 ◦ green 160 ◦ blue 74

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

Shades of Apple #5EA04A

Tints of Apple #5EA04A

RGB

 RED value IS 94 (37.11% from 255) = 28.66%

 GREEN value IS 160 (62.89% from 255) = 48.78%

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

R = 28.66%
G = 48.78%
B = 22.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#5EA04A (or 0x5EA04A) is known color: Apple. HEX triplet: 5E, A0 and 4A. RGB value is (94,160,74). Sum of RGB (Red+Green+Blue) = 94+160+74=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #5EA04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA04A is #A15FB5. Grayscale: #828282. Windows color (decimal): -10575798 or 4890718. OLE color: 4890718.

HSL color Cylindrical-coordinate representation of color #5EA04A: hue angle of 106.05º 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 #5EA04A is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 94 160 74 -
CMYK 0.41 0 0.54 0.37
HSL 106.05º 0.37% 0.46% -
HSV(B) 106.05º 0.54% 0.63% -
XYZ 18.42 28.02 10.92 -
YUV 130.46 96.13 101.99 -
System Red Green Blue C M Y K H S L
Decimal 94 160 74 0.41 0 0.54 0.37 106.05 0.37 0.46
Hex 5E A0 4A 29 0 36 25 6A 25 2E
Octal 136 240 112 51 0 66 45 152 45 56
Binary 1011110 10100000 1001010 101001 0 110110 100101 1101010 100101 101110

Color Harmonies of #5EA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA04A

Black with #5EA04A

Text Example


Text Example

White with #5EA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,160,74); }

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

background-color css

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

 a { background-color: rgb(94,160,74); }

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

border-color css

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

 span { border-color: rgb(94,160,74); }

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