Html Css Color HEX #8AC121 Limerick

📋 copy color: '#8AC121'

red 138 ◦ green 193 ◦ blue 33

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

Shades of Limerick #8AC121

Tints of Limerick #8AC121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.02%

 BLUE value IS 33 (13.28% from 255) = 9.07%

R = 37.91%
G = 53.02%
B = 9.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#8AC121 (or 0x8AC121) is known color: Limerick. HEX triplet: 8A, C1 and 21. RGB value is (138,193,33). Sum of RGB (Red+Green+Blue) = 138+193+33=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC121 is #753EDE. Grayscale: #9E9E9E. Windows color (decimal): -7683807 or 2212234. OLE color: 2212234.

HSL color Cylindrical-coordinate representation of color #8AC121: hue angle of 80.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AC121 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 193 33 -
CMYK 0.28 0 0.83 0.24
HSL 80.63º 0.71% 0.44% -
HSV(B) 80.63º 0.83% 0.76% -
XYZ 29.83 43.65 8.29 -
YUV 158.32 57.28 113.51 -
System Red Green Blue C M Y K H S L
Decimal 138 193 33 0.28 0 0.83 0.24 80.63 0.71 0.44
Hex 8A C1 21 1C 0 53 18 51 47 2C
Octal 212 301 41 34 0 123 30 121 107 54
Binary 10001010 11000001 100001 11100 0 1010011 11000 1010001 1000111 101100

Color Harmonies of #8AC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC121

Black with #8AC121

Text Example


Text Example

White with #8AC121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,193,33); }

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

background-color css

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

 a { background-color: rgb(138,193,33); }

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

border-color css

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

 span { border-color: rgb(138,193,33); }

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