Html Css Color HEX #82AB0F Lima

📋 copy color: '#82AB0F'

red 130 ◦ green 171 ◦ blue 15

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

Shades of Lima #82AB0F

Tints of Lima #82AB0F

RGB

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

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

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

R = 41.14%
G = 54.11%
B = 4.75%

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

#82AB0F (or 0x82AB0F) is known color: Lima. HEX triplet: 82, AB and 0F. RGB value is (130,171,15). Sum of RGB (Red+Green+Blue) = 130+171+15=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AB0F is #7D54F0. Grayscale: #8D8D8D. Windows color (decimal): -8213745 or 1026946. OLE color: 1026946.

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

Color convert

RGB 130 171 15 -
CMYK 0.24 0 0.91 0.33
HSL 75.77º 0.84% 0.36% -
HSV(B) 75.77º 0.91% 0.67% -
XYZ 23.86 33.91 5.74 -
YUV 140.96 56.92 120.18 -
System Red Green Blue C M Y K H S L
Decimal 130 171 15 0.24 0 0.91 0.33 75.77 0.84 0.36
Hex 82 AB F 18 0 5B 21 4C 54 24
Octal 202 253 17 30 0 133 41 114 124 44
Binary 10000010 10101011 1111 11000 0 1011011 100001 1001100 1010100 100100

Color Harmonies of #82AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB0F

Black with #82AB0F

Text Example


Text Example

White with #82AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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