Html Css Color HEX #82AB15 Lima

📋 copy color: '#82AB15'

red 130 ◦ green 171 ◦ blue 21

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

Shades of Lima #82AB15

Tints of Lima #82AB15

RGB

 RED value IS 130 (51.17% from 255) = 40.37%

 GREEN value IS 171 (67.19% from 255) = 53.11%

 BLUE value IS 21 (8.59% from 255) = 6.52%

R = 40.37%
G = 53.11%
B = 6.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#82AB15 (or 0x82AB15) is known color: Lima. HEX triplet: 82, AB and 15. RGB value is (130,171,21). Sum of RGB (Red+Green+Blue) = 130+171+21=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AB15 is #7D54EA. Grayscale: #8E8E8E. Windows color (decimal): -8213739 or 1420162. OLE color: 1420162.

HSL color Cylindrical-coordinate representation of color #82AB15: hue angle of 76.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82AB15 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 171 21 -
CMYK 0.24 0 0.88 0.33
HSL 76.4º 0.78% 0.38% -
HSV(B) 76.4º 0.88% 0.67% -
XYZ 23.9 33.93 6 -
YUV 141.64 59.92 119.7 -
System Red Green Blue C M Y K H S L
Decimal 130 171 21 0.24 0 0.88 0.33 76.4 0.78 0.38
Hex 82 AB 15 18 0 58 21 4C 4E 26
Octal 202 253 25 30 0 130 41 114 116 46
Binary 10000010 10101011 10101 11000 0 1011000 100001 1001100 1001110 100110

Color Harmonies of #82AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB15

Black with #82AB15

Text Example


Text Example

White with #82AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82AB15; }

 p { color: rgb(130,171,21); }

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

background-color css

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

 a { background-color: rgb(130,171,21); }

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

border-color css

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

 span { border-color: rgb(130,171,21); }

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