Html Css Color HEX #82AD23 Limerick

📋 copy color: '#82AD23'

red 130 ◦ green 173 ◦ blue 35

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

Shades of Limerick #82AD23

Tints of Limerick #82AD23

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.18%

 BLUE value IS 35 (14.06% from 255) = 10.36%

R = 38.46%
G = 51.18%
B = 10.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#82AD23 (or 0x82AD23) is known color: Limerick. HEX triplet: 82, AD and 23. RGB value is (130,173,35). Sum of RGB (Red+Green+Blue) = 130+173+35=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD23 is #7D52DC. Grayscale: #909090. Windows color (decimal): -8213213 or 2338178. OLE color: 2338178.

HSL color Cylindrical-coordinate representation of color #82AD23: hue angle of 78.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82AD23 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 173 35 -
CMYK 0.25 0 0.80 0.32
HSL 78.7º 0.66% 0.41% -
HSV(B) 78.7º 0.8% 0.68% -
XYZ 24.45 34.75 7.01 -
YUV 144.41 66.25 117.72 -
System Red Green Blue C M Y K H S L
Decimal 130 173 35 0.25 0 0.80 0.32 78.7 0.66 0.41
Hex 82 AD 23 19 0 50 20 4F 42 29
Octal 202 255 43 31 0 120 40 117 102 51
Binary 10000010 10101101 100011 11001 0 1010000 100000 1001111 1000010 101001

Color Harmonies of #82AD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AD23

Black with #82AD23

Text Example


Text Example

White with #82AD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,173,35); }

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

background-color css

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

 a { background-color: rgb(130,173,35); }

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

border-color css

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

 span { border-color: rgb(130,173,35); }

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