Html Css Color HEX #84AE1E Limerick

📋 copy color: '#84AE1E'

red 132 ◦ green 174 ◦ blue 30

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

Shades of Limerick #84AE1E

Tints of Limerick #84AE1E

RGB

 RED value IS 132 (51.95% from 255) = 39.29%

 GREEN value IS 174 (68.36% from 255) = 51.79%

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 39.29%
G = 51.79%
B = 8.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#84AE1E (or 0x84AE1E) is known color: Limerick. HEX triplet: 84, AE and 1E. RGB value is (132,174,30). Sum of RGB (Red+Green+Blue) = 132+174+30=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AE1E is #7B51E1. Grayscale: #919191. Windows color (decimal): -8081890 or 2010756. OLE color: 2010756.

HSL color Cylindrical-coordinate representation of color #84AE1E: hue angle of 77.5º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84AE1E is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 174 30 -
CMYK 0.24 0 0.83 0.32
HSL 77.5º 0.71% 0.4% -
HSV(B) 77.5º 0.83% 0.68% -
XYZ 24.89 35.27 6.72 -
YUV 145.03 63.09 118.71 -
System Red Green Blue C M Y K H S L
Decimal 132 174 30 0.24 0 0.83 0.32 77.5 0.71 0.4
Hex 84 AE 1E 18 0 53 20 4E 47 28
Octal 204 256 36 30 0 123 40 116 107 50
Binary 10000100 10101110 11110 11000 0 1010011 100000 1001110 1000111 101000

Color Harmonies of #84AE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AE1E

Black with #84AE1E

Text Example


Text Example

White with #84AE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AE1E; }

 p { color: rgb(132,174,30); }

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

background-color css

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

 a { background-color: rgb(132,174,30); }

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

border-color css

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

 span { border-color: rgb(132,174,30); }

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