#84AE1A

Color #84AE1A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #84AE1A

Tints of Lima #84AE1A

Color information

#84AE1A (or 0x84AE1A) is unknown color: approx Lima. HEX triplet: 84, AE and 1A. RGB value is (132,174,26). Sum of RGB (Red+Green+Blue) = 132+174+26=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AE1A is #7B51E5. Grayscale: #919191. Windows color (decimal): -8081894 or 1748612. OLE color: 1748612.

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

Color convert

RGB13217426-
CMYK0.2400.850.32
HSL77.03º74%39.22%-
HSV(B)77.03º85.06%68.24%-
XYZ24.8435.256.47-
YUV144.5761.09119.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 174 (68.36% from 255) = 52.41%
BLUE value IS 26 (10.55% from 255) = 7.83%
R=39.76%
G=52.41%
B=7.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132174260.2400.850.3277.037439.22
Hex84AE1A18055204d4a27
Octal204256323001254011511247
Binary100001001010111011010110000101010110000010011011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84AE1A;
 }
 .AnyTagClassName
 {
   color: #84AE1A;
 }
</style>
background-color css

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

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

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

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

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

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