Html Css Color HEX #8AB42E Limerick

📋 copy color: '#8AB42E'

red 138 ◦ green 180 ◦ blue 46

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

Shades of Limerick #8AB42E

Tints of Limerick #8AB42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 37.91%
G = 49.45%
B = 12.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#8AB42E (or 0x8AB42E) is known color: Limerick. HEX triplet: 8A, B4 and 2E. RGB value is (138,180,46). Sum of RGB (Red+Green+Blue) = 138+180+46=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB42E is #754BD1. Grayscale: #989898. Windows color (decimal): -7687122 or 3060874. OLE color: 3060874.

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

Color convert

RGB 138 180 46 -
CMYK 0.23 0 0.74 0.29
HSL 78.81º 0.59% 0.44% -
HSV(B) 78.81º 0.74% 0.71% -
XYZ 27.3 38.24 8.53 -
YUV 152.17 68.09 117.9 -
System Red Green Blue C M Y K H S L
Decimal 138 180 46 0.23 0 0.74 0.29 78.81 0.59 0.44
Hex 8A B4 2E 17 0 4A 1D 4F 3B 2C
Octal 212 264 56 27 0 112 35 117 73 54
Binary 10001010 10110100 101110 10111 0 1001010 11101 1001111 111011 101100

Color Harmonies of #8AB42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB42E

Black with #8AB42E

Text Example


Text Example

White with #8AB42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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