Html Css Color HEX #8CB42F Limerick

📋 copy color: '#8CB42F'

red 140 ◦ green 180 ◦ blue 47

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

Shades of Limerick #8CB42F

Tints of Limerick #8CB42F

RGB

 RED value IS 140 (55.08% from 255) = 38.15%

 GREEN value IS 180 (70.7% from 255) = 49.05%

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 38.15%
G = 49.05%
B = 12.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#8CB42F (or 0x8CB42F) is known color: Limerick. HEX triplet: 8C, B4 and 2F. RGB value is (140,180,47). Sum of RGB (Red+Green+Blue) = 140+180+47=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB42F is #734BD0. Grayscale: #999999. Windows color (decimal): -7556049 or 3126412. OLE color: 3126412.

HSL color Cylindrical-coordinate representation of color #8CB42F: hue angle of 78.05º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CB42F is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 180 47 -
CMYK 0.22 0 0.74 0.29
HSL 78.05º 0.59% 0.45% -
HSV(B) 78.05º 0.74% 0.71% -
XYZ 27.65 38.42 8.65 -
YUV 152.88 68.25 118.81 -
System Red Green Blue C M Y K H S L
Decimal 140 180 47 0.22 0 0.74 0.29 78.05 0.59 0.45
Hex 8C B4 2F 16 0 4A 1D 4E 3B 2D
Octal 214 264 57 26 0 112 35 116 73 55
Binary 10001100 10110100 101111 10110 0 1001010 11101 1001110 111011 101101

Color Harmonies of #8CB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB42F

Black with #8CB42F

Text Example


Text Example

White with #8CB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,180,47); }

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

background-color css

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

 a { background-color: rgb(140,180,47); }

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

border-color css

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

 span { border-color: rgb(140,180,47); }

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