Html Css Color HEX #8AC41D Limerick

📋 copy color: '#8AC41D'

red 138 ◦ green 196 ◦ blue 29

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

Shades of Limerick #8AC41D

Tints of Limerick #8AC41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.99%

R = 38.02%
G = 53.99%
B = 7.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#8AC41D (or 0x8AC41D) is known color: Limerick. HEX triplet: 8A, C4 and 1D. RGB value is (138,196,29). Sum of RGB (Red+Green+Blue) = 138+196+29=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC41D is #753BE2. Grayscale: #A0A0A0. Windows color (decimal): -7683043 or 1950858. OLE color: 1950858.

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

Color convert

RGB 138 196 29 -
CMYK 0.30 0 0.85 0.23
HSL 80.84º 0.74% 0.44% -
HSV(B) 80.84º 0.85% 0.77% -
XYZ 30.44 44.97 8.24 -
YUV 159.62 54.28 112.58 -
System Red Green Blue C M Y K H S L
Decimal 138 196 29 0.30 0 0.85 0.23 80.84 0.74 0.44
Hex 8A C4 1D 1E 0 55 17 51 4A 2C
Octal 212 304 35 36 0 125 27 121 112 54
Binary 10001010 11000100 11101 11110 0 1010101 10111 1010001 1001010 101100

Color Harmonies of #8AC41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC41D

Black with #8AC41D

Text Example


Text Example

White with #8AC41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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