Html Css Color HEX #549F12 Limeade

📋 copy color: '#549F12'

red 84 ◦ green 159 ◦ blue 18

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

Shades of Limeade #549F12

Tints of Limeade #549F12

RGB

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

 GREEN value IS 159 (62.5% from 255) = 60.92%

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

R = 32.18%
G = 60.92%
B = 6.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#549F12 (or 0x549F12) is known color: Limeade. HEX triplet: 54, 9F and 12. RGB value is (84,159,18). Sum of RGB (Red+Green+Blue) = 84+159+18=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #549F12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549F12 is #AB60ED. Grayscale: #787878. Windows color (decimal): -11231470 or 1220436. OLE color: 1220436.

HSL color Cylindrical-coordinate representation of color #549F12: hue angle of 91.91º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #549F12 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 159 18 -
CMYK 0.47 0 0.89 0.38
HSL 91.91º 0.8% 0.35% -
HSV(B) 91.91º 0.89% 0.62% -
XYZ 16.16 26.72 4.88 -
YUV 120.5 70.15 101.96 -
System Red Green Blue C M Y K H S L
Decimal 84 159 18 0.47 0 0.89 0.38 91.91 0.8 0.35
Hex 54 9F 12 2F 0 59 26 5C 50 23
Octal 124 237 22 57 0 131 46 134 120 43
Binary 1010100 10011111 10010 101111 0 1011001 100110 1011100 1010000 100011

Color Harmonies of #549F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549F12

Black with #549F12

Text Example


Text Example

White with #549F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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