Html Css Color HEX #82A910 Lima

📋 copy color: '#82A910'

red 130 ◦ green 169 ◦ blue 16

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

Shades of Lima #82A910

Tints of Lima #82A910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.65%

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

R = 41.27%
G = 53.65%
B = 5.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#82A910 (or 0x82A910) is known color: Lima. HEX triplet: 82, A9 and 10. RGB value is (130,169,16). Sum of RGB (Red+Green+Blue) = 130+169+16=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #82A910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A910 is #7D56EF. Grayscale: #8C8C8C. Windows color (decimal): -8214256 or 1091970. OLE color: 1091970.

HSL color Cylindrical-coordinate representation of color #82A910: hue angle of 75.29º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82A910 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 169 16 -
CMYK 0.23 0 0.91 0.34
HSL 75.29º 0.83% 0.36% -
HSV(B) 75.29º 0.91% 0.66% -
XYZ 23.49 33.16 5.65 -
YUV 139.9 58.08 120.94 -
System Red Green Blue C M Y K H S L
Decimal 130 169 16 0.23 0 0.91 0.34 75.29 0.83 0.36
Hex 82 A9 10 17 0 5B 22 4B 53 24
Octal 202 251 20 27 0 133 42 113 123 44
Binary 10000010 10101001 10000 10111 0 1011011 100010 1001011 1010011 100100

Color Harmonies of #82A910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A910

Black with #82A910

Text Example


Text Example

White with #82A910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,169,16); }

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

background-color css

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

 a { background-color: rgb(130,169,16); }

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

border-color css

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

 span { border-color: rgb(130,169,16); }

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