Html Css Color HEX #8DA230 Limerick

📋 copy color: '#8DA230'

red 141 ◦ green 162 ◦ blue 48

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

Shades of Limerick #8DA230

Tints of Limerick #8DA230

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.15%

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

R = 40.17%
G = 46.15%
B = 13.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#8DA230 (or 0x8DA230) is known color: Limerick. HEX triplet: 8D, A2 and 30. RGB value is (141,162,48). Sum of RGB (Red+Green+Blue) = 141+162+48=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA230 is #725DCF. Grayscale: #8F8F8F. Windows color (decimal): -7495120 or 3187341. OLE color: 3187341.

HSL color Cylindrical-coordinate representation of color #8DA230: hue angle of 71.05º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DA230 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 162 48 -
CMYK 0.13 0 0.70 0.36
HSL 71.05º 0.54% 0.41% -
HSV(B) 71.05º 0.7% 0.64% -
XYZ 24.44 31.72 7.63 -
YUV 142.73 74.54 126.77 -
System Red Green Blue C M Y K H S L
Decimal 141 162 48 0.13 0 0.70 0.36 71.05 0.54 0.41
Hex 8D A2 30 D 0 46 24 47 36 29
Octal 215 242 60 15 0 106 44 107 66 51
Binary 10001101 10100010 110000 1101 0 1000110 100100 1000111 110110 101001

Color Harmonies of #8DA230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA230

Black with #8DA230

Text Example


Text Example

White with #8DA230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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