Html Css Color HEX #8DA825 Limerick

📋 copy color: '#8DA825'

red 141 ◦ green 168 ◦ blue 37

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

Shades of Limerick #8DA825

Tints of Limerick #8DA825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 40.75%
G = 48.55%
B = 10.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#8DA825 (or 0x8DA825) is known color: Limerick. HEX triplet: 8D, A8 and 25. RGB value is (141,168,37). Sum of RGB (Red+Green+Blue) = 141+168+37=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA825 is #7257DA. Grayscale: #919191. Windows color (decimal): -7493595 or 2467981. OLE color: 2467981.

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

Color convert

RGB 141 168 37 -
CMYK 0.16 0 0.78 0.34
HSL 72.37º 0.64% 0.4% -
HSV(B) 72.37º 0.78% 0.66% -
XYZ 25.32 33.8 6.94 -
YUV 144.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 141 168 37 0.16 0 0.78 0.34 72.37 0.64 0.4
Hex 8D A8 25 10 0 4E 22 48 40 28
Octal 215 250 45 20 0 116 42 110 100 50
Binary 10001101 10101000 100101 10000 0 1001110 100010 1001000 1000000 101000

Color Harmonies of #8DA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA825

Black with #8DA825

Text Example


Text Example

White with #8DA825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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