Html Css Color HEX #8DA538 Limerick

📋 copy color: '#8DA538'

red 141 ◦ green 165 ◦ blue 56

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

Shades of Limerick #8DA538

Tints of Limerick #8DA538

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.58%

 BLUE value IS 56 (22.27% from 255) = 15.47%

R = 38.95%
G = 45.58%
B = 15.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#8DA538 (or 0x8DA538) is known color: Limerick. HEX triplet: 8D, A5 and 38. RGB value is (141,165,56). Sum of RGB (Red+Green+Blue) = 141+165+56=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA538 is #725AC7. Grayscale: #919191. Windows color (decimal): -7494344 or 3712397. OLE color: 3712397.

HSL color Cylindrical-coordinate representation of color #8DA538: hue angle of 73.21º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DA538 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 165 56 -
CMYK 0.15 0 0.66 0.35
HSL 73.21º 0.49% 0.43% -
HSV(B) 73.21º 0.66% 0.65% -
XYZ 25.15 32.86 8.76 -
YUV 145.4 77.55 124.86 -
System Red Green Blue C M Y K H S L
Decimal 141 165 56 0.15 0 0.66 0.35 73.21 0.49 0.43
Hex 8D A5 38 F 0 42 23 49 31 2B
Octal 215 245 70 17 0 102 43 111 61 53
Binary 10001101 10100101 111000 1111 0 1000010 100011 1001001 110001 101011

Color Harmonies of #8DA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA538

Black with #8DA538

Text Example


Text Example

White with #8DA538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,165,56); }

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

background-color css

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

 a { background-color: rgb(141,165,56); }

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

border-color css

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

 span { border-color: rgb(141,165,56); }

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