#8DAF35

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

Shades of Limerick #8DAF35

Tints of Limerick #8DAF35

Color information

#8DAF35 (or 0x8DAF35) is unknown color: approx Limerick. HEX triplet: 8D, AF and 35. RGB value is (141,175,53). Sum of RGB (Red+Green+Blue) = 141+175+53=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAF35 is #7250CA. Grayscale: #979797. Windows color (decimal): -7491787 or 3518349. OLE color: 3518349.

HSL color Cylindrical-coordinate representation of color #8DAF35: hue angle of 76.72º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DAF35 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB14117553-
CMYK0.1900.700.31
HSL76.72º53.51%44.71%-
HSV(B)76.72º69.71%68.63%-
XYZ26.9636.589.01-
YUV150.9372.74120.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.21%
GREEN value IS 175 (68.75% from 255) = 47.43%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=38.21%
G=47.43%
B=14.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141175530.1900.700.3176.7253.5144.71
Hex8DAF35130461F4d362d
Octal21525765230106371156655
Binary10001101101011111101011001101000110111111001101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,175,53); }

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

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

 a { background-color: rgb(141,175,53); }

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

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

 span { border-color: rgb(141,175,53); }

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