Html Css Color HEX #5FAC49 Apple

📋 copy color: '#5FAC49'

red 95 ◦ green 172 ◦ blue 73

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

Shades of Apple #5FAC49

Tints of Apple #5FAC49

RGB

 RED value IS 95 (37.5% from 255) = 27.94%

 GREEN value IS 172 (67.58% from 255) = 50.59%

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 27.94%
G = 50.59%
B = 21.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#5FAC49 (or 0x5FAC49) is known color: Apple. HEX triplet: 5F, AC and 49. RGB value is (95,172,73). Sum of RGB (Red+Green+Blue) = 95+172+73=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAC49 is #A053B6. Grayscale: #8A8A8A. Windows color (decimal): -10507191 or 4828255. OLE color: 4828255.

HSL color Cylindrical-coordinate representation of color #5FAC49: hue angle of 106.67º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FAC49 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 172 73 -
CMYK 0.45 0 0.58 0.33
HSL 106.67º 0.4% 0.48% -
HSV(B) 106.67º 0.58% 0.67% -
XYZ 20.67 32.42 11.47 -
YUV 137.69 91.49 97.55 -
System Red Green Blue C M Y K H S L
Decimal 95 172 73 0.45 0 0.58 0.33 106.67 0.4 0.48
Hex 5F AC 49 2D 0 3A 21 6B 28 30
Octal 137 254 111 55 0 72 41 153 50 60
Binary 1011111 10101100 1001001 101101 0 111010 100001 1101011 101000 110000

Color Harmonies of #5FAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAC49

Black with #5FAC49

Text Example


Text Example

White with #5FAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,172,73); }

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

background-color css

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

 a { background-color: rgb(95,172,73); }

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

border-color css

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

 span { border-color: rgb(95,172,73); }

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