Html Css Color HEX #8ABC2C Limerick

📋 copy color: '#8ABC2C'

red 138 ◦ green 188 ◦ blue 44

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

Shades of Limerick #8ABC2C

Tints of Limerick #8ABC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.81%

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 37.3%
G = 50.81%
B = 11.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#8ABC2C (or 0x8ABC2C) is known color: Limerick. HEX triplet: 8A, BC and 2C. RGB value is (138,188,44). Sum of RGB (Red+Green+Blue) = 138+188+44=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC2C is #7543D3. Grayscale: #9D9D9D. Windows color (decimal): -7685076 or 2931850. OLE color: 2931850.

HSL color Cylindrical-coordinate representation of color #8ABC2C: hue angle of 80.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8ABC2C is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 188 44 -
CMYK 0.27 0 0.77 0.26
HSL 80.83º 0.62% 0.45% -
HSV(B) 80.83º 0.77% 0.74% -
XYZ 28.92 41.55 8.88 -
YUV 156.63 64.44 114.71 -
System Red Green Blue C M Y K H S L
Decimal 138 188 44 0.27 0 0.77 0.26 80.83 0.62 0.45
Hex 8A BC 2C 1B 0 4D 1A 51 3E 2D
Octal 212 274 54 33 0 115 32 121 76 55
Binary 10001010 10111100 101100 11011 0 1001101 11010 1010001 111110 101101

Color Harmonies of #8ABC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABC2C

Black with #8ABC2C

Text Example


Text Example

White with #8ABC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,188,44); }

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

background-color css

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

 a { background-color: rgb(138,188,44); }

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

border-color css

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

 span { border-color: rgb(138,188,44); }

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