Html Css Color HEX #549210 Limeade

📋 copy color: '#549210'

red 84 ◦ green 146 ◦ blue 16

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

Shades of Limeade #549210

Tints of Limeade #549210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 59.35%

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 34.15%
G = 59.35%
B = 6.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#549210 (or 0x549210) is known color: Limeade. HEX triplet: 54, 92 and 10. RGB value is (84,146,16). Sum of RGB (Red+Green+Blue) = 84+146+16=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #549210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549210 is #AB6DEF. Grayscale: #717171. Windows color (decimal): -11234800 or 1086036. OLE color: 1086036.

HSL color Cylindrical-coordinate representation of color #549210: hue angle of 88.62º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #549210 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 146 16 -
CMYK 0.42 0 0.89 0.43
HSL 88.62º 0.8% 0.32% -
HSV(B) 88.62º 0.89% 0.57% -
XYZ 14.03 22.48 4.09 -
YUV 112.64 73.46 107.57 -
System Red Green Blue C M Y K H S L
Decimal 84 146 16 0.42 0 0.89 0.43 88.62 0.8 0.32
Hex 54 92 10 2A 0 59 2B 59 50 20
Octal 124 222 20 52 0 131 53 131 120 40
Binary 1010100 10010010 10000 101010 0 1011001 101011 1011001 1010000 100000

Color Harmonies of #549210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549210

Black with #549210

Text Example


Text Example

White with #549210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549210; }

 p { color: rgb(84,146,16); }

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

background-color css

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

 a { background-color: rgb(84,146,16); }

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

border-color css

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

 span { border-color: rgb(84,146,16); }

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