Html Css Color HEX #82AC0F Lima

📋 copy color: '#82AC0F'

red 130 ◦ green 172 ◦ blue 15

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

Shades of Lima #82AC0F

Tints of Lima #82AC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.26%

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 41.01%
G = 54.26%
B = 4.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#82AC0F (or 0x82AC0F) is known color: Lima. HEX triplet: 82, AC and 0F. RGB value is (130,172,15). Sum of RGB (Red+Green+Blue) = 130+172+15=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AC0F is #7D53F0. Grayscale: #8E8E8E. Windows color (decimal): -8213489 or 1027202. OLE color: 1027202.

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

Color convert

RGB 130 172 15 -
CMYK 0.24 0 0.91 0.33
HSL 76.05º 0.84% 0.37% -
HSV(B) 76.05º 0.91% 0.67% -
XYZ 24.04 34.29 5.8 -
YUV 141.54 56.59 119.77 -
System Red Green Blue C M Y K H S L
Decimal 130 172 15 0.24 0 0.91 0.33 76.05 0.84 0.37
Hex 82 AC F 18 0 5B 21 4C 54 25
Octal 202 254 17 30 0 133 41 114 124 45
Binary 10000010 10101100 1111 11000 0 1011011 100001 1001100 1010100 100101

Color Harmonies of #82AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AC0F

Black with #82AC0F

Text Example


Text Example

White with #82AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,172,15); }

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

background-color css

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

 a { background-color: rgb(130,172,15); }

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

border-color css

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

 span { border-color: rgb(130,172,15); }

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