Html Css Color HEX #8AB621 Limerick

📋 copy color: '#8AB621'

red 138 ◦ green 182 ◦ blue 33

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

Shades of Limerick #8AB621

Tints of Limerick #8AB621

RGB

 RED value IS 138 (54.3% from 255) = 39.09%

 GREEN value IS 182 (71.48% from 255) = 51.56%

 BLUE value IS 33 (13.28% from 255) = 9.35%

R = 39.09%
G = 51.56%
B = 9.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#8AB621 (or 0x8AB621) is known color: Limerick. HEX triplet: 8A, B6 and 21. RGB value is (138,182,33). Sum of RGB (Red+Green+Blue) = 138+182+33=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB621 is #7549DE. Grayscale: #989898. Windows color (decimal): -7686623 or 2209418. OLE color: 2209418.

HSL color Cylindrical-coordinate representation of color #8AB621: hue angle of 77.72º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AB621 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 182 33 -
CMYK 0.24 0 0.82 0.29
HSL 77.72º 0.69% 0.42% -
HSV(B) 77.72º 0.82% 0.71% -
XYZ 27.48 38.97 7.51 -
YUV 151.86 60.92 118.12 -
System Red Green Blue C M Y K H S L
Decimal 138 182 33 0.24 0 0.82 0.29 77.72 0.69 0.42
Hex 8A B6 21 18 0 52 1D 4E 45 2A
Octal 212 266 41 30 0 122 35 116 105 52
Binary 10001010 10110110 100001 11000 0 1010010 11101 1001110 1000101 101010

Color Harmonies of #8AB621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB621

Black with #8AB621

Text Example


Text Example

White with #8AB621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB621; }

 p { color: rgb(138,182,33); }

 H1.HeaderClassName
 {
   color: #8AB621;
 }
 .AnyTagClassName
 {
   color: #8AB621;
 }
</style>

background-color css

<style>
 a { background-color: #8AB621; }

 a { background-color: rgb(138,182,33); }

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

border-color css

<style>
 span { border-color: #8AB621; }

 span { border-color: rgb(138,182,33); }

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