Html Css Color HEX #8CAA10 Limerick

📋 copy color: '#8CAA10'

red 140 ◦ green 170 ◦ blue 16

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

Shades of Limerick #8CAA10

Tints of Limerick #8CAA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 42.94%
G = 52.15%
B = 4.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#8CAA10 (or 0x8CAA10) is known color: Limerick. HEX triplet: 8C, AA and 10. RGB value is (140,170,16). Sum of RGB (Red+Green+Blue) = 140+170+16=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAA10 is #7355EF. Grayscale: #909090. Windows color (decimal): -7558640 or 1092236. OLE color: 1092236.

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

Color convert

RGB 140 170 16 -
CMYK 0.18 0 0.91 0.33
HSL 71.69º 0.83% 0.36% -
HSV(B) 71.69º 0.91% 0.67% -
XYZ 25.28 34.36 5.79 -
YUV 143.47 56.06 125.52 -
System Red Green Blue C M Y K H S L
Decimal 140 170 16 0.18 0 0.91 0.33 71.69 0.83 0.36
Hex 8C AA 10 12 0 5B 21 48 53 24
Octal 214 252 20 22 0 133 41 110 123 44
Binary 10001100 10101010 10000 10010 0 1011011 100001 1001000 1010011 100100

Color Harmonies of #8CAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA10

Black with #8CAA10

Text Example


Text Example

White with #8CAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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