Html Css Color HEX #54A014 Limeade

📋 copy color: '#54A014'

red 84 ◦ green 160 ◦ blue 20

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

Shades of Limeade #54A014

Tints of Limeade #54A014

RGB

 RED value IS 84 (33.2% from 255) = 31.82%

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

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

R = 31.82%
G = 60.61%
B = 7.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#54A014 (or 0x54A014) is known color: Limeade. HEX triplet: 54, A0 and 14. RGB value is (84,160,20). Sum of RGB (Red+Green+Blue) = 84+160+20=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 160 (62.89% from 255 or 60.61% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 160 - color contains mainly: green. Hex color #54A014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A014 is #AB5FEB. Grayscale: #797979. Windows color (decimal): -11231212 or 1351764. OLE color: 1351764.

HSL color Cylindrical-coordinate representation of color #54A014: hue angle of 92.57º 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 #54A014 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 160 20 -
CMYK 0.48 0 0.88 0.37
HSL 92.57º 0.78% 0.35% -
HSV(B) 92.57º 0.88% 0.63% -
XYZ 16.35 27.08 5.03 -
YUV 121.32 70.82 101.38 -
System Red Green Blue C M Y K H S L
Decimal 84 160 20 0.48 0 0.88 0.37 92.57 0.78 0.35
Hex 54 A0 14 30 0 58 25 5D 4E 23
Octal 124 240 24 60 0 130 45 135 116 43
Binary 1010100 10100000 10100 110000 0 1011000 100101 1011101 1001110 100011

Color Harmonies of #54A014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A014

Black with #54A014

Text Example


Text Example

White with #54A014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A014; }

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

 H1.HeaderClassName
 {
   color: #54A014;
 }
 .AnyTagClassName
 {
   color: #54A014;
 }
</style>

background-color css

<style>
 a { background-color: #54A014; }

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

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

border-color css

<style>
 span { border-color: #54A014; }

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

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