Html Css Color HEX #8FA330 Limerick

📋 copy color: '#8FA330'

red 143 ◦ green 163 ◦ blue 48

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

Shades of Limerick #8FA330

Tints of Limerick #8FA330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.05%

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

R = 40.4%
G = 46.05%
B = 13.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#8FA330 (or 0x8FA330) is known color: Limerick. HEX triplet: 8F, A3 and 30. RGB value is (143,163,48). Sum of RGB (Red+Green+Blue) = 143+163+48=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA330 is #705CCF. Grayscale: #909090. Windows color (decimal): -7363792 or 3187599. OLE color: 3187599.

HSL color Cylindrical-coordinate representation of color #8FA330: hue angle of 70.43º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FA330 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 143 163 48 -
CMYK 0.12 0 0.71 0.36
HSL 70.43º 0.55% 0.41% -
HSV(B) 70.43º 0.71% 0.64% -
XYZ 24.96 32.25 7.71 -
YUV 143.91 73.87 127.35 -
System Red Green Blue C M Y K H S L
Decimal 143 163 48 0.12 0 0.71 0.36 70.43 0.55 0.41
Hex 8F A3 30 C 0 47 24 46 37 29
Octal 217 243 60 14 0 107 44 106 67 51
Binary 10001111 10100011 110000 1100 0 1000111 100100 1000110 110111 101001

Color Harmonies of #8FA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA330

Black with #8FA330

Text Example


Text Example

White with #8FA330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,163,48); }

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

background-color css

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

 a { background-color: rgb(143,163,48); }

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

border-color css

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

 span { border-color: rgb(143,163,48); }

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