Html Css Color HEX #8DAF26 Limerick

📋 copy color: '#8DAF26'

red 141 ◦ green 175 ◦ blue 38

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

Shades of Limerick #8DAF26

Tints of Limerick #8DAF26

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.44%

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 39.83%
G = 49.44%
B = 10.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#8DAF26 (or 0x8DAF26) is known color: Limerick. HEX triplet: 8D, AF and 26. RGB value is (141,175,38). Sum of RGB (Red+Green+Blue) = 141+175+38=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAF26 is #7250D9. Grayscale: #959595. Windows color (decimal): -7491802 or 2535309. OLE color: 2535309.

HSL color Cylindrical-coordinate representation of color #8DAF26: hue angle of 74.89º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DAF26 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 175 38 -
CMYK 0.19 0 0.78 0.31
HSL 74.89º 0.64% 0.42% -
HSV(B) 74.89º 0.78% 0.69% -
XYZ 26.66 36.46 7.47 -
YUV 149.22 65.24 122.14 -
System Red Green Blue C M Y K H S L
Decimal 141 175 38 0.19 0 0.78 0.31 74.89 0.64 0.42
Hex 8D AF 26 13 0 4E 1F 4B 40 2A
Octal 215 257 46 23 0 116 37 113 100 52
Binary 10001101 10101111 100110 10011 0 1001110 11111 1001011 1000000 101010

Color Harmonies of #8DAF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAF26

Black with #8DAF26

Text Example


Text Example

White with #8DAF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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