#8DA826

Color #8DA826 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8DA826

Tints of Limerick #8DA826

Color information

#8DA826 (or 0x8DA826) is unknown color: approx Limerick. HEX triplet: 8D, A8 and 26. RGB value is (141,168,38). Sum of RGB (Red+Green+Blue) = 141+168+38=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA826 is #7257D9. Grayscale: #919191. Windows color (decimal): -7493594 or 2533517. OLE color: 2533517.

HSL color Cylindrical-coordinate representation of color #8DA826: hue angle of 72.46º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DA826 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB14116838-
CMYK0.1600.770.34
HSL72.46º63.11%40.39%-
HSV(B)72.46º77.38%65.88%-
XYZ25.3433.817.02-
YUV145.1167.55125.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.63%
GREEN value IS 168 (66.02% from 255) = 48.41%
BLUE value IS 38 (15.23% from 255) = 10.95%
R=40.63%
G=48.41%
B=10.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141168380.1600.770.3472.4663.1140.39
Hex8DA8261004D22483f28
Octal21525046200115421107750
Binary100011011010100010011010000010011011000101001000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DA826;
 }
 .AnyTagClassName
 {
   color: #8DA826;
 }
</style>
background-color css

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

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

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

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

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

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