Html Css Color HEX #54A116 Limeade

📋 copy color: '#54A116'

red 84 ◦ green 161 ◦ blue 22

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

Shades of Limeade #54A116

Tints of Limeade #54A116

RGB

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

 GREEN value IS 161 (63.28% from 255) = 60.3%

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 31.46%
G = 60.3%
B = 8.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#54A116 (or 0x54A116) is known color: Limeade. HEX triplet: 54, A1 and 16. RGB value is (84,161,22). Sum of RGB (Red+Green+Blue) = 84+161+22=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 161 (63.28% from 255 or 60.30% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 161 - color contains mainly: green. Hex color #54A116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A116 is #AB5EE9. Grayscale: #7A7A7A. Windows color (decimal): -11230954 or 1483092. OLE color: 1483092.

HSL color Cylindrical-coordinate representation of color #54A116: hue angle of 93.24º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54A116 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 161 22 -
CMYK 0.48 0 0.86 0.37
HSL 93.24º 0.76% 0.36% -
HSV(B) 93.24º 0.86% 0.63% -
XYZ 16.55 27.43 5.18 -
YUV 122.13 71.49 100.8 -
System Red Green Blue C M Y K H S L
Decimal 84 161 22 0.48 0 0.86 0.37 93.24 0.76 0.36
Hex 54 A1 16 30 0 56 25 5D 4C 24
Octal 124 241 26 60 0 126 45 135 114 44
Binary 1010100 10100001 10110 110000 0 1010110 100101 1011101 1001100 100100

Color Harmonies of #54A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A116

Black with #54A116

Text Example


Text Example

White with #54A116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,161,22); }

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

background-color css

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

 a { background-color: rgb(84,161,22); }

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

border-color css

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

 span { border-color: rgb(84,161,22); }

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