Html Css Color HEX #84AE10 Lima

📋 copy color: '#84AE10'

red 132 ◦ green 174 ◦ blue 16

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

Shades of Lima #84AE10

Tints of Lima #84AE10

RGB

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

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

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

R = 40.99%
G = 54.04%
B = 4.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#84AE10 (or 0x84AE10) is known color: Lima. HEX triplet: 84, AE and 10. RGB value is (132,174,16). Sum of RGB (Red+Green+Blue) = 132+174+16=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AE10 is #7B51EF. Grayscale: #909090. Windows color (decimal): -8081904 or 1093252. OLE color: 1093252.

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

Color convert

RGB 132 174 16 -
CMYK 0.24 0 0.91 0.32
HSL 75.95º 0.83% 0.37% -
HSV(B) 75.95º 0.91% 0.68% -
XYZ 24.75 35.22 5.98 -
YUV 143.43 56.09 119.85 -
System Red Green Blue C M Y K H S L
Decimal 132 174 16 0.24 0 0.91 0.32 75.95 0.83 0.37
Hex 84 AE 10 18 0 5B 20 4C 53 25
Octal 204 256 20 30 0 133 40 114 123 45
Binary 10000100 10101110 10000 11000 0 1011011 100000 1001100 1010011 100101

Color Harmonies of #84AE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AE10

Black with #84AE10

Text Example


Text Example

White with #84AE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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