Html Css Color HEX #8CA927 Limerick

📋 copy color: '#8CA927'

red 140 ◦ green 169 ◦ blue 39

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

Shades of Limerick #8CA927

Tints of Limerick #8CA927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 40.23%
G = 48.56%
B = 11.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#8CA927 (or 0x8CA927) is known color: Limerick. HEX triplet: 8C, A9 and 27. RGB value is (140,169,39). Sum of RGB (Red+Green+Blue) = 140+169+39=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA927 is #7356D8. Grayscale: #919191. Windows color (decimal): -7558873 or 2599308. OLE color: 2599308.

HSL color Cylindrical-coordinate representation of color #8CA927: hue angle of 73.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CA927 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 169 39 -
CMYK 0.17 0 0.77 0.34
HSL 73.38º 0.63% 0.41% -
HSV(B) 73.38º 0.77% 0.66% -
XYZ 25.37 34.1 7.16 -
YUV 145.51 67.89 124.07 -
System Red Green Blue C M Y K H S L
Decimal 140 169 39 0.17 0 0.77 0.34 73.38 0.63 0.41
Hex 8C A9 27 11 0 4D 22 49 3E 29
Octal 214 251 47 21 0 115 42 111 76 51
Binary 10001100 10101001 100111 10001 0 1001101 100010 1001001 111110 101001

Color Harmonies of #8CA927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA927

Black with #8CA927

Text Example


Text Example

White with #8CA927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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