Html Css Color HEX #8CA921 Limerick

📋 copy color: '#8CA921'

red 140 ◦ green 169 ◦ blue 33

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

Shades of Limerick #8CA921

Tints of Limerick #8CA921

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.42%

 BLUE value IS 33 (13.28% from 255) = 9.65%

R = 40.94%
G = 49.42%
B = 9.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#8CA921 (or 0x8CA921) is known color: Limerick. HEX triplet: 8C, A9 and 21. RGB value is (140,169,33). Sum of RGB (Red+Green+Blue) = 140+169+33=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA921 is #7356DE. Grayscale: #919191. Windows color (decimal): -7558879 or 2206092. OLE color: 2206092.

HSL color Cylindrical-coordinate representation of color #8CA921: hue angle of 72.79º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8CA921 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 169 33 -
CMYK 0.17 0 0.80 0.34
HSL 72.79º 0.67% 0.4% -
HSV(B) 72.79º 0.8% 0.66% -
XYZ 25.28 34.06 6.68 -
YUV 144.83 64.89 124.56 -
System Red Green Blue C M Y K H S L
Decimal 140 169 33 0.17 0 0.80 0.34 72.79 0.67 0.4
Hex 8C A9 21 11 0 50 22 49 43 28
Octal 214 251 41 21 0 120 42 111 103 50
Binary 10001100 10101001 100001 10001 0 1010000 100010 1001001 1000011 101000

Color Harmonies of #8CA921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA921

Black with #8CA921

Text Example


Text Example

White with #8CA921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,169,33); }

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

background-color css

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

 a { background-color: rgb(140,169,33); }

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

border-color css

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

 span { border-color: rgb(140,169,33); }

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