Html Css Color HEX #8ABC33 Limerick

📋 copy color: '#8ABC33'

red 138 ◦ green 188 ◦ blue 51

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

Shades of Limerick #8ABC33

Tints of Limerick #8ABC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.53%

R = 36.6%
G = 49.87%
B = 13.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#8ABC33 (or 0x8ABC33) is known color: Limerick. HEX triplet: 8A, BC and 33. RGB value is (138,188,51). Sum of RGB (Red+Green+Blue) = 138+188+51=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC33 is #7543CC. Grayscale: #9D9D9D. Windows color (decimal): -7685069 or 3390602. OLE color: 3390602.

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

Color convert

RGB 138 188 51 -
CMYK 0.27 0 0.73 0.26
HSL 81.9º 0.57% 0.47% -
HSV(B) 81.9º 0.73% 0.74% -
XYZ 29.06 41.61 9.63 -
YUV 157.43 67.94 114.14 -
System Red Green Blue C M Y K H S L
Decimal 138 188 51 0.27 0 0.73 0.26 81.9 0.57 0.47
Hex 8A BC 33 1B 0 49 1A 52 39 2F
Octal 212 274 63 33 0 111 32 122 71 57
Binary 10001010 10111100 110011 11011 0 1001001 11010 1010010 111001 101111

Color Harmonies of #8ABC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABC33

Black with #8ABC33

Text Example


Text Example

White with #8ABC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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