Html Css Color HEX #5FA014 Limeade

📋 copy color: '#5FA014'

red 95 ◦ green 160 ◦ blue 20

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

Shades of Limeade #5FA014

Tints of Limeade #5FA014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 34.55%
G = 58.18%
B = 7.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#5FA014 (or 0x5FA014) is known color: Limeade. HEX triplet: 5F, A0 and 14. RGB value is (95,160,20). Sum of RGB (Red+Green+Blue) = 95+160+20=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 160 (62.89% from 255 or 58.18% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA014 is #A05FEB. Grayscale: #7D7D7D. Windows color (decimal): -10510316 or 1351775. OLE color: 1351775.

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

Color convert

RGB 95 160 20 -
CMYK 0.41 0 0.88 0.37
HSL 87.86º 0.78% 0.35% -
HSV(B) 87.86º 0.88% 0.63% -
XYZ 17.42 27.63 5.08 -
YUV 124.61 68.97 106.88 -
System Red Green Blue C M Y K H S L
Decimal 95 160 20 0.41 0 0.88 0.37 87.86 0.78 0.35
Hex 5F A0 14 29 0 58 25 58 4E 23
Octal 137 240 24 51 0 130 45 130 116 43
Binary 1011111 10100000 10100 101001 0 1011000 100101 1011000 1001110 100011

Color Harmonies of #5FA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA014

Black with #5FA014

Text Example


Text Example

White with #5FA014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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