Html Css Color HEX #8DB026 Limerick

📋 copy color: '#8DB026'

red 141 ◦ green 176 ◦ blue 38

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

Shades of Limerick #8DB026

Tints of Limerick #8DB026

RGB

 RED value IS 141 (55.47% from 255) = 39.72%

 GREEN value IS 176 (69.14% from 255) = 49.58%

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

R = 39.72%
G = 49.58%
B = 10.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#8DB026 (or 0x8DB026) is known color: Limerick. HEX triplet: 8D, B0 and 26. RGB value is (141,176,38). Sum of RGB (Red+Green+Blue) = 141+176+38=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB026 is #724FD9. Grayscale: #969696. Windows color (decimal): -7491546 or 2535565. OLE color: 2535565.

HSL color Cylindrical-coordinate representation of color #8DB026: hue angle of 75.22º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DB026 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 176 38 -
CMYK 0.20 0 0.78 0.31
HSL 75.22º 0.64% 0.42% -
HSV(B) 75.22º 0.78% 0.69% -
XYZ 26.86 36.85 7.53 -
YUV 149.8 64.9 121.72 -
System Red Green Blue C M Y K H S L
Decimal 141 176 38 0.20 0 0.78 0.31 75.22 0.64 0.42
Hex 8D B0 26 14 0 4E 1F 4B 40 2A
Octal 215 260 46 24 0 116 37 113 100 52
Binary 10001101 10110000 100110 10100 0 1001110 11111 1001011 1000000 101010

Color Harmonies of #8DB026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB026

Black with #8DB026

Text Example


Text Example

White with #8DB026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,176,38); }

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

background-color css

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

 a { background-color: rgb(141,176,38); }

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

border-color css

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

 span { border-color: rgb(141,176,38); }

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