Html Css Color HEX #8AC022 Limerick

📋 copy color: '#8AC022'

red 138 ◦ green 192 ◦ blue 34

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

Shades of Limerick #8AC022

Tints of Limerick #8AC022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.75%

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

R = 37.91%
G = 52.75%
B = 9.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#8AC022 (or 0x8AC022) is known color: Limerick. HEX triplet: 8A, C0 and 22. RGB value is (138,192,34). Sum of RGB (Red+Green+Blue) = 138+192+34=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC022 is #753FDD. Grayscale: #9E9E9E. Windows color (decimal): -7684062 or 2277514. OLE color: 2277514.

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

Color convert

RGB 138 192 34 -
CMYK 0.28 0 0.82 0.25
HSL 80.51º 0.7% 0.44% -
HSV(B) 80.51º 0.82% 0.75% -
XYZ 29.62 43.22 8.29 -
YUV 157.84 58.11 113.85 -
System Red Green Blue C M Y K H S L
Decimal 138 192 34 0.28 0 0.82 0.25 80.51 0.7 0.44
Hex 8A C0 22 1C 0 52 19 51 46 2C
Octal 212 300 42 34 0 122 31 121 106 54
Binary 10001010 11000000 100010 11100 0 1010010 11001 1010001 1000110 101100

Color Harmonies of #8AC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC022

Black with #8AC022

Text Example


Text Example

White with #8AC022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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