Html Css Color HEX #8CAE3C Limerick

📋 copy color: '#8CAE3C'

red 140 ◦ green 174 ◦ blue 60

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

Shades of Limerick #8CAE3C

Tints of Limerick #8CAE3C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.52%

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 37.43%
G = 46.52%
B = 16.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#8CAE3C (or 0x8CAE3C) is known color: Limerick. HEX triplet: 8C, AE and 3C. RGB value is (140,174,60). Sum of RGB (Red+Green+Blue) = 140+174+60=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAE3C is #7351C3. Grayscale: #979797. Windows color (decimal): -7557572 or 3976844. OLE color: 3976844.

HSL color Cylindrical-coordinate representation of color #8CAE3C: hue angle of 77.89º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CAE3C is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 174 60 -
CMYK 0.20 0 0.66 0.32
HSL 77.89º 0.49% 0.46% -
HSV(B) 77.89º 0.66% 0.68% -
XYZ 26.77 36.17 9.85 -
YUV 150.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 140 174 60 0.20 0 0.66 0.32 77.89 0.49 0.46
Hex 8C AE 3C 14 0 42 20 4E 31 2E
Octal 214 256 74 24 0 102 40 116 61 56
Binary 10001100 10101110 111100 10100 0 1000010 100000 1001110 110001 101110

Color Harmonies of #8CAE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAE3C

Black with #8CAE3C

Text Example


Text Example

White with #8CAE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,174,60); }

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

background-color css

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

 a { background-color: rgb(140,174,60); }

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

border-color css

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

 span { border-color: rgb(140,174,60); }

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