Html Css Color HEX #8FAA26 Limerick

📋 copy color: '#8FAA26'

red 143 ◦ green 170 ◦ blue 38

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

Shades of Limerick #8FAA26

Tints of Limerick #8FAA26

RGB

 RED value IS 143 (56.25% from 255) = 40.74%

 GREEN value IS 170 (66.8% from 255) = 48.43%

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

R = 40.74%
G = 48.43%
B = 10.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#8FAA26 (or 0x8FAA26) is known color: Limerick. HEX triplet: 8F, AA and 26. RGB value is (143,170,38). Sum of RGB (Red+Green+Blue) = 143+170+38=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA26 is #7055D9. Grayscale: #939393. Windows color (decimal): -7362010 or 2534031. OLE color: 2534031.

HSL color Cylindrical-coordinate representation of color #8FAA26: hue angle of 72.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FAA26 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 170 38 -
CMYK 0.16 0 0.78 0.33
HSL 72.27º 0.63% 0.41% -
HSV(B) 72.27º 0.78% 0.67% -
XYZ 26.05 34.73 7.16 -
YUV 146.88 66.55 125.23 -
System Red Green Blue C M Y K H S L
Decimal 143 170 38 0.16 0 0.78 0.33 72.27 0.63 0.41
Hex 8F AA 26 10 0 4E 21 48 3F 29
Octal 217 252 46 20 0 116 41 110 77 51
Binary 10001111 10101010 100110 10000 0 1001110 100001 1001000 111111 101001

Color Harmonies of #8FAA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAA26

Black with #8FAA26

Text Example


Text Example

White with #8FAA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,170,38); }

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

background-color css

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

 a { background-color: rgb(143,170,38); }

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

border-color css

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

 span { border-color: rgb(143,170,38); }

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