Html Css Color HEX #8AB626 Limerick

📋 copy color: '#8AB626'

red 138 ◦ green 182 ◦ blue 38

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

Shades of Limerick #8AB626

Tints of Limerick #8AB626

RGB

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

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

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

R = 38.55%
G = 50.84%
B = 10.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#8AB626 (or 0x8AB626) is known color: Limerick. HEX triplet: 8A, B6 and 26. RGB value is (138,182,38). Sum of RGB (Red+Green+Blue) = 138+182+38=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB626 is #7549D9. Grayscale: #989898. Windows color (decimal): -7686618 or 2537098. OLE color: 2537098.

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

Color convert

RGB 138 182 38 -
CMYK 0.24 0 0.79 0.29
HSL 78.33º 0.65% 0.43% -
HSV(B) 78.33º 0.79% 0.71% -
XYZ 27.56 39 7.91 -
YUV 152.43 63.42 117.71 -
System Red Green Blue C M Y K H S L
Decimal 138 182 38 0.24 0 0.79 0.29 78.33 0.65 0.43
Hex 8A B6 26 18 0 4F 1D 4E 41 2B
Octal 212 266 46 30 0 117 35 116 101 53
Binary 10001010 10110110 100110 11000 0 1001111 11101 1001110 1000001 101011

Color Harmonies of #8AB626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB626

Black with #8AB626

Text Example


Text Example

White with #8AB626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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