Html Css Color HEX #8ABC34 Limerick

📋 copy color: '#8ABC34'

red 138 ◦ green 188 ◦ blue 52

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

Shades of Limerick #8ABC34

Tints of Limerick #8ABC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 36.51%
G = 49.74%
B = 13.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#8ABC34 (or 0x8ABC34) is known color: Limerick. HEX triplet: 8A, BC and 34. RGB value is (138,188,52). Sum of RGB (Red+Green+Blue) = 138+188+52=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC34 is #7543CB. Grayscale: #9E9E9E. Windows color (decimal): -7685068 or 3456138. OLE color: 3456138.

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

Color convert

RGB 138 188 52 -
CMYK 0.27 0 0.72 0.26
HSL 82.06º 0.57% 0.47% -
HSV(B) 82.06º 0.72% 0.74% -
XYZ 29.08 41.62 9.75 -
YUV 157.55 68.44 114.06 -
System Red Green Blue C M Y K H S L
Decimal 138 188 52 0.27 0 0.72 0.26 82.06 0.57 0.47
Hex 8A BC 34 1B 0 48 1A 52 39 2F
Octal 212 274 64 33 0 110 32 122 71 57
Binary 10001010 10111100 110100 11011 0 1001000 11010 1010010 111001 101111

Color Harmonies of #8ABC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABC34

Black with #8ABC34

Text Example


Text Example

White with #8ABC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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