Html Css Color HEX #8AC122 Limerick

📋 copy color: '#8AC122'

red 138 ◦ green 193 ◦ blue 34

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

Shades of Limerick #8AC122

Tints of Limerick #8AC122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.32%

R = 37.81%
G = 52.88%
B = 9.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#8AC122 (or 0x8AC122) is known color: Limerick. HEX triplet: 8A, C1 and 22. RGB value is (138,193,34). Sum of RGB (Red+Green+Blue) = 138+193+34=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC122 is #753EDD. Grayscale: #9F9F9F. Windows color (decimal): -7683806 or 2277770. OLE color: 2277770.

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

Color convert

RGB 138 193 34 -
CMYK 0.28 0 0.82 0.24
HSL 80.75º 0.7% 0.45% -
HSV(B) 80.75º 0.82% 0.76% -
XYZ 29.84 43.66 8.37 -
YUV 158.43 57.78 113.43 -
System Red Green Blue C M Y K H S L
Decimal 138 193 34 0.28 0 0.82 0.24 80.75 0.7 0.45
Hex 8A C1 22 1C 0 52 18 51 46 2D
Octal 212 301 42 34 0 122 30 121 106 55
Binary 10001010 11000001 100010 11100 0 1010010 11000 1010001 1000110 101101

Color Harmonies of #8AC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC122

Black with #8AC122

Text Example


Text Example

White with #8AC122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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