Html Css Color HEX #8AB528 Limerick

📋 copy color: '#8AB528'

red 138 ◦ green 181 ◦ blue 40

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

Shades of Limerick #8AB528

Tints of Limerick #8AB528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.42%

 BLUE value IS 40 (16.02% from 255) = 11.14%

R = 38.44%
G = 50.42%
B = 11.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#8AB528 (or 0x8AB528) is known color: Limerick. HEX triplet: 8A, B5 and 28. RGB value is (138,181,40). Sum of RGB (Red+Green+Blue) = 138+181+40=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB528 is #754AD7. Grayscale: #989898. Windows color (decimal): -7686872 or 2667914. OLE color: 2667914.

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

Color convert

RGB 138 181 40 -
CMYK 0.24 0 0.78 0.29
HSL 78.3º 0.64% 0.43% -
HSV(B) 78.3º 0.78% 0.71% -
XYZ 27.39 38.6 8.02 -
YUV 152.07 64.75 117.96 -
System Red Green Blue C M Y K H S L
Decimal 138 181 40 0.24 0 0.78 0.29 78.3 0.64 0.43
Hex 8A B5 28 18 0 4E 1D 4E 40 2B
Octal 212 265 50 30 0 116 35 116 100 53
Binary 10001010 10110101 101000 11000 0 1001110 11101 1001110 1000000 101011

Color Harmonies of #8AB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB528

Black with #8AB528

Text Example


Text Example

White with #8AB528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,181,40); }

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

background-color css

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

 a { background-color: rgb(138,181,40); }

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

border-color css

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

 span { border-color: rgb(138,181,40); }

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