Html Css Color HEX #549412 Limeade

📋 copy color: '#549412'

red 84 ◦ green 148 ◦ blue 18

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

Shades of Limeade #549412

Tints of Limeade #549412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.2%

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

R = 33.6%
G = 59.2%
B = 7.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#549412 (or 0x549412) is known color: Limeade. HEX triplet: 54, 94 and 12. RGB value is (84,148,18). Sum of RGB (Red+Green+Blue) = 84+148+18=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #549412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549412 is #AB6BED. Grayscale: #727272. Windows color (decimal): -11234286 or 1217620. OLE color: 1217620.

HSL color Cylindrical-coordinate representation of color #549412: hue angle of 89.54º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #549412 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 18 -
CMYK 0.43 0 0.88 0.42
HSL 89.54º 0.78% 0.33% -
HSV(B) 89.54º 0.88% 0.58% -
XYZ 14.36 23.11 4.28 -
YUV 114.04 73.8 106.57 -
System Red Green Blue C M Y K H S L
Decimal 84 148 18 0.43 0 0.88 0.42 89.54 0.78 0.33
Hex 54 94 12 2B 0 58 2A 5A 4E 21
Octal 124 224 22 53 0 130 52 132 116 41
Binary 1010100 10010100 10010 101011 0 1011000 101010 1011010 1001110 100001

Color Harmonies of #549412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549412

Black with #549412

Text Example


Text Example

White with #549412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549412; }

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

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

background-color css

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

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

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

border-color css

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

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

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