Html Css Color HEX #54A112 Limeade

📋 copy color: '#54A112'

red 84 ◦ green 161 ◦ blue 18

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

Shades of Limeade #54A112

Tints of Limeade #54A112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 31.94%
G = 61.22%
B = 6.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#54A112 (or 0x54A112) is known color: Limeade. HEX triplet: 54, A1 and 12. RGB value is (84,161,18). Sum of RGB (Red+Green+Blue) = 84+161+18=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 161 (63.28% from 255 or 61.22% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 161 - color contains mainly: green. Hex color #54A112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A112 is #AB5EED. Grayscale: #7A7A7A. Windows color (decimal): -11230958 or 1220948. OLE color: 1220948.

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

Color convert

RGB 84 161 18 -
CMYK 0.48 0 0.89 0.37
HSL 92.31º 0.8% 0.35% -
HSV(B) 92.31º 0.89% 0.63% -
XYZ 16.51 27.42 4.99 -
YUV 121.68 69.49 101.13 -
System Red Green Blue C M Y K H S L
Decimal 84 161 18 0.48 0 0.89 0.37 92.31 0.8 0.35
Hex 54 A1 12 30 0 59 25 5C 50 23
Octal 124 241 22 60 0 131 45 134 120 43
Binary 1010100 10100001 10010 110000 0 1011001 100101 1011100 1010000 100011

Color Harmonies of #54A112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A112

Black with #54A112

Text Example


Text Example

White with #54A112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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