Html Css Color HEX #5FAD4A Apple

📋 copy color: '#5FAD4A'

red 95 ◦ green 173 ◦ blue 74

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

Shades of Apple #5FAD4A

Tints of Apple #5FAD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.58%

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

R = 27.78%
G = 50.58%
B = 21.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#5FAD4A (or 0x5FAD4A) is known color: Apple. HEX triplet: 5F, AD and 4A. RGB value is (95,173,74). Sum of RGB (Red+Green+Blue) = 95+173+74=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAD4A is #A052B5. Grayscale: #8A8A8A. Windows color (decimal): -10506934 or 4894047. OLE color: 4894047.

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

Color convert

RGB 95 173 74 -
CMYK 0.45 0 0.57 0.32
HSL 107.27º 0.4% 0.48% -
HSV(B) 107.27º 0.57% 0.68% -
XYZ 20.9 32.81 11.71 -
YUV 138.39 91.66 97.05 -
System Red Green Blue C M Y K H S L
Decimal 95 173 74 0.45 0 0.57 0.32 107.27 0.4 0.48
Hex 5F AD 4A 2D 0 39 20 6B 28 30
Octal 137 255 112 55 0 71 40 153 50 60
Binary 1011111 10101101 1001010 101101 0 111001 100000 1101011 101000 110000

Color Harmonies of #5FAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAD4A

Black with #5FAD4A

Text Example


Text Example

White with #5FAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,173,74); }

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

background-color css

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

 a { background-color: rgb(95,173,74); }

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

border-color css

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

 span { border-color: rgb(95,173,74); }

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