Html Css Color HEX #8CAC23 Limerick

📋 copy color: '#8CAC23'

red 140 ◦ green 172 ◦ blue 35

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

Shades of Limerick #8CAC23

Tints of Limerick #8CAC23

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.57%

 BLUE value IS 35 (14.06% from 255) = 10.09%

R = 40.35%
G = 49.57%
B = 10.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#8CAC23 (or 0x8CAC23) is known color: Limerick. HEX triplet: 8C, AC and 23. RGB value is (140,172,35). Sum of RGB (Red+Green+Blue) = 140+172+35=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC23 is #7353DC. Grayscale: #939393. Windows color (decimal): -7558109 or 2337932. OLE color: 2337932.

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

Color convert

RGB 140 172 35 -
CMYK 0.19 0 0.80 0.33
HSL 74.01º 0.66% 0.41% -
HSV(B) 74.01º 0.8% 0.67% -
XYZ 25.87 35.2 7.02 -
YUV 146.81 64.9 123.14 -
System Red Green Blue C M Y K H S L
Decimal 140 172 35 0.19 0 0.80 0.33 74.01 0.66 0.41
Hex 8C AC 23 13 0 50 21 4A 42 29
Octal 214 254 43 23 0 120 41 112 102 51
Binary 10001100 10101100 100011 10011 0 1010000 100001 1001010 1000010 101001

Color Harmonies of #8CAC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC23

Black with #8CAC23

Text Example


Text Example

White with #8CAC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,35); }

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

background-color css

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

 a { background-color: rgb(140,172,35); }

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

border-color css

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

 span { border-color: rgb(140,172,35); }

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