Html Css Color HEX #5FA03F Apple

📋 copy color: '#5FA03F'

red 95 ◦ green 160 ◦ blue 63

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

Shades of Apple #5FA03F

Tints of Apple #5FA03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.81%

R = 29.87%
G = 50.31%
B = 19.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#5FA03F (or 0x5FA03F) is known color: Apple. HEX triplet: 5F, A0 and 3F. RGB value is (95,160,63). Sum of RGB (Red+Green+Blue) = 95+160+63=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA03F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA03F is #A05FC0. Grayscale: #818181. Windows color (decimal): -10510273 or 4169823. OLE color: 4169823.

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

Color convert

RGB 95 160 63 -
CMYK 0.41 0 0.61 0.37
HSL 100.21º 0.43% 0.44% -
HSV(B) 100.21º 0.61% 0.63% -
XYZ 18.19 27.93 9.14 -
YUV 129.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 95 160 63 0.41 0 0.61 0.37 100.21 0.43 0.44
Hex 5F A0 3F 29 0 3D 25 64 2B 2C
Octal 137 240 77 51 0 75 45 144 53 54
Binary 1011111 10100000 111111 101001 0 111101 100101 1100100 101011 101100

Color Harmonies of #5FA03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA03F

Black with #5FA03F

Text Example


Text Example

White with #5FA03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,160,63); }

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

background-color css

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

 a { background-color: rgb(95,160,63); }

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

border-color css

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

 span { border-color: rgb(95,160,63); }

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