Html Css Color HEX #8AC41C Limerick

📋 copy color: '#8AC41C'

red 138 ◦ green 196 ◦ blue 28

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

Shades of Limerick #8AC41C

Tints of Limerick #8AC41C

RGB

 RED value IS 138 (54.3% from 255) = 38.12%

 GREEN value IS 196 (76.95% from 255) = 54.14%

 BLUE value IS 28 (11.33% from 255) = 7.73%

R = 38.12%
G = 54.14%
B = 7.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#8AC41C (or 0x8AC41C) is known color: Limerick. HEX triplet: 8A, C4 and 1C. RGB value is (138,196,28). Sum of RGB (Red+Green+Blue) = 138+196+28=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC41C is #753BE3. Grayscale: #A0A0A0. Windows color (decimal): -7683044 or 1885322. OLE color: 1885322.

HSL color Cylindrical-coordinate representation of color #8AC41C: hue angle of 80.71º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AC41C is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 196 28 -
CMYK 0.30 0 0.86 0.23
HSL 80.71º 0.75% 0.44% -
HSV(B) 80.71º 0.86% 0.77% -
XYZ 30.43 44.97 8.17 -
YUV 159.51 53.78 112.66 -
System Red Green Blue C M Y K H S L
Decimal 138 196 28 0.30 0 0.86 0.23 80.71 0.75 0.44
Hex 8A C4 1C 1E 0 56 17 51 4B 2C
Octal 212 304 34 36 0 126 27 121 113 54
Binary 10001010 11000100 11100 11110 0 1010110 10111 1010001 1001011 101100

Color Harmonies of #8AC41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC41C

Black with #8AC41C

Text Example


Text Example

White with #8AC41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,196,28); }

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

background-color css

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

 a { background-color: rgb(138,196,28); }

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

border-color css

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

 span { border-color: rgb(138,196,28); }

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