Html Css Color HEX #82AB17 Lima

📋 copy color: '#82AB17'

red 130 ◦ green 171 ◦ blue 23

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

Shades of Lima #82AB17

Tints of Lima #82AB17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.1%

R = 40.12%
G = 52.78%
B = 7.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#82AB17 (or 0x82AB17) is known color: Lima. HEX triplet: 82, AB and 17. RGB value is (130,171,23). Sum of RGB (Red+Green+Blue) = 130+171+23=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AB17 is #7D54E8. Grayscale: #8E8E8E. Windows color (decimal): -8213737 or 1551234. OLE color: 1551234.

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

Color convert

RGB 130 171 23 -
CMYK 0.24 0 0.87 0.33
HSL 76.62º 0.76% 0.38% -
HSV(B) 76.62º 0.87% 0.67% -
XYZ 23.92 33.93 6.1 -
YUV 141.87 60.92 119.53 -
System Red Green Blue C M Y K H S L
Decimal 130 171 23 0.24 0 0.87 0.33 76.62 0.76 0.38
Hex 82 AB 17 18 0 57 21 4D 4C 26
Octal 202 253 27 30 0 127 41 115 114 46
Binary 10000010 10101011 10111 11000 0 1010111 100001 1001101 1001100 100110

Color Harmonies of #82AB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB17

Black with #82AB17

Text Example


Text Example

White with #82AB17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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