Html Css Color HEX #8DA830 Limerick

📋 copy color: '#8DA830'

red 141 ◦ green 168 ◦ blue 48

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

Shades of Limerick #8DA830

Tints of Limerick #8DA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.06%

 BLUE value IS 48 (19.14% from 255) = 13.45%

R = 39.5%
G = 47.06%
B = 13.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#8DA830 (or 0x8DA830) is known color: Limerick. HEX triplet: 8D, A8 and 30. RGB value is (141,168,48). Sum of RGB (Red+Green+Blue) = 141+168+48=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA830 is #7257CF. Grayscale: #929292. Windows color (decimal): -7493584 or 3188877. OLE color: 3188877.

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

Color convert

RGB 141 168 48 -
CMYK 0.16 0 0.71 0.34
HSL 73.5º 0.56% 0.42% -
HSV(B) 73.5º 0.71% 0.66% -
XYZ 25.52 33.88 7.99 -
YUV 146.25 72.55 124.26 -
System Red Green Blue C M Y K H S L
Decimal 141 168 48 0.16 0 0.71 0.34 73.5 0.56 0.42
Hex 8D A8 30 10 0 47 22 4A 38 2A
Octal 215 250 60 20 0 107 42 112 70 52
Binary 10001101 10101000 110000 10000 0 1000111 100010 1001010 111000 101010

Color Harmonies of #8DA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA830

Black with #8DA830

Text Example


Text Example

White with #8DA830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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