Html Css Color HEX #8AA62A Limerick

📋 copy color: '#8AA62A'

red 138 ◦ green 166 ◦ blue 42

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

Shades of Limerick #8AA62A

Tints of Limerick #8AA62A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.98%

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 39.88%
G = 47.98%
B = 12.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#8AA62A (or 0x8AA62A) is known color: Limerick. HEX triplet: 8A, A6 and 2A. RGB value is (138,166,42). Sum of RGB (Red+Green+Blue) = 138+166+42=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA62A is #7559D5. Grayscale: #8F8F8F. Windows color (decimal): -7690710 or 2795146. OLE color: 2795146.

HSL color Cylindrical-coordinate representation of color #8AA62A: hue angle of 73.55º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AA62A is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 138 166 42 -
CMYK 0.17 0 0.75 0.35
HSL 73.55º 0.6% 0.41% -
HSV(B) 73.55º 0.75% 0.65% -
XYZ 24.54 32.84 7.24 -
YUV 143.49 70.72 124.08 -
System Red Green Blue C M Y K H S L
Decimal 138 166 42 0.17 0 0.75 0.35 73.55 0.6 0.41
Hex 8A A6 2A 11 0 4B 23 4A 3C 29
Octal 212 246 52 21 0 113 43 112 74 51
Binary 10001010 10100110 101010 10001 0 1001011 100011 1001010 111100 101001

Color Harmonies of #8AA62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA62A

Black with #8AA62A

Text Example


Text Example

White with #8AA62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,166,42); }

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

background-color css

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

 a { background-color: rgb(138,166,42); }

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

border-color css

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

 span { border-color: rgb(138,166,42); }

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