Html Css Color HEX #8CAA1E Limerick

📋 copy color: '#8CAA1E'

red 140 ◦ green 170 ◦ blue 30

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

Shades of Limerick #8CAA1E

Tints of Limerick #8CAA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 41.18%
G = 50%
B = 8.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#8CAA1E (or 0x8CAA1E) is known color: Limerick. HEX triplet: 8C, AA and 1E. RGB value is (140,170,30). Sum of RGB (Red+Green+Blue) = 140+170+30=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA1E is #7355E1. Grayscale: #919191. Windows color (decimal): -7558626 or 2009740. OLE color: 2009740.

HSL color Cylindrical-coordinate representation of color #8CAA1E: hue angle of 72.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CAA1E is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 30 -
CMYK 0.18 0 0.82 0.33
HSL 72.86º 0.7% 0.39% -
HSV(B) 72.86º 0.82% 0.67% -
XYZ 25.42 34.42 6.53 -
YUV 145.07 63.06 124.38 -
System Red Green Blue C M Y K H S L
Decimal 140 170 30 0.18 0 0.82 0.33 72.86 0.7 0.39
Hex 8C AA 1E 12 0 52 21 49 46 27
Octal 214 252 36 22 0 122 41 111 106 47
Binary 10001100 10101010 11110 10010 0 1010010 100001 1001001 1000110 100111

Color Harmonies of #8CAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA1E

Black with #8CAA1E

Text Example


Text Example

White with #8CAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,170,30); }

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

background-color css

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

 a { background-color: rgb(140,170,30); }

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

border-color css

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

 span { border-color: rgb(140,170,30); }

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