Html Css Color HEX #8AB43C Limerick

📋 copy color: '#8AB43C'

red 138 ◦ green 180 ◦ blue 60

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

Shades of Limerick #8AB43C

Tints of Limerick #8AB43C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.62%

 BLUE value IS 60 (23.83% from 255) = 15.87%

R = 36.51%
G = 47.62%
B = 15.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#8AB43C (or 0x8AB43C) is known color: Limerick. HEX triplet: 8A, B4 and 3C. RGB value is (138,180,60). Sum of RGB (Red+Green+Blue) = 138+180+60=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB43C is #754BC3. Grayscale: #9A9A9A. Windows color (decimal): -7687108 or 3978378. OLE color: 3978378.

HSL color Cylindrical-coordinate representation of color #8AB43C: hue angle of 81º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AB43C is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 180 60 -
CMYK 0.23 0 0.67 0.29
HSL 81º 0.5% 0.47% -
HSV(B) 81º 0.67% 0.71% -
XYZ 27.62 38.37 10.23 -
YUV 153.76 75.09 116.76 -
System Red Green Blue C M Y K H S L
Decimal 138 180 60 0.23 0 0.67 0.29 81 0.5 0.47
Hex 8A B4 3C 17 0 43 1D 51 32 2F
Octal 212 264 74 27 0 103 35 121 62 57
Binary 10001010 10110100 111100 10111 0 1000011 11101 1010001 110010 101111

Color Harmonies of #8AB43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB43C

Black with #8AB43C

Text Example


Text Example

White with #8AB43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,180,60); }

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

background-color css

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

 a { background-color: rgb(138,180,60); }

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

border-color css

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

 span { border-color: rgb(138,180,60); }

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