Html Css Color HEX #82AA26 Limerick

📋 copy color: '#82AA26'

red 130 ◦ green 170 ◦ blue 38

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

Shades of Limerick #82AA26

Tints of Limerick #82AA26

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.3%

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 38.46%
G = 50.3%
B = 11.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#82AA26 (or 0x82AA26) is known color: Limerick. HEX triplet: 82, AA and 26. RGB value is (130,170,38). Sum of RGB (Red+Green+Blue) = 130+170+38=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AA26 is #7D55D9. Grayscale: #8F8F8F. Windows color (decimal): -8213978 or 2534018. OLE color: 2534018.

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

Color convert

RGB 130 170 38 -
CMYK 0.24 0 0.78 0.33
HSL 78.18º 0.63% 0.41% -
HSV(B) 78.18º 0.78% 0.67% -
XYZ 23.93 33.64 7.06 -
YUV 142.99 68.75 118.73 -
System Red Green Blue C M Y K H S L
Decimal 130 170 38 0.24 0 0.78 0.33 78.18 0.63 0.41
Hex 82 AA 26 18 0 4E 21 4E 3F 29
Octal 202 252 46 30 0 116 41 116 77 51
Binary 10000010 10101010 100110 11000 0 1001110 100001 1001110 111111 101001

Color Harmonies of #82AA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA26

Black with #82AA26

Text Example


Text Example

White with #82AA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,170,38); }

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

background-color css

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

 a { background-color: rgb(130,170,38); }

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

border-color css

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

 span { border-color: rgb(130,170,38); }

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