Html Css Color HEX #8AAA1B Limerick

📋 copy color: '#8AAA1B'

red 138 ◦ green 170 ◦ blue 27

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

Shades of Limerick #8AAA1B

Tints of Limerick #8AAA1B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.75%

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 41.19%
G = 50.75%
B = 8.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#8AAA1B (or 0x8AAA1B) is known color: Limerick. HEX triplet: 8A, AA and 1B. RGB value is (138,170,27). Sum of RGB (Red+Green+Blue) = 138+170+27=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA1B is #7555E4. Grayscale: #909090. Windows color (decimal): -7689701 or 1813130. OLE color: 1813130.

HSL color Cylindrical-coordinate representation of color #8AAA1B: hue angle of 73.43º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AAA1B is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 170 27 -
CMYK 0.19 0 0.84 0.33
HSL 73.43º 0.73% 0.39% -
HSV(B) 73.43º 0.84% 0.67% -
XYZ 25.05 34.23 6.32 -
YUV 144.13 61.9 123.63 -
System Red Green Blue C M Y K H S L
Decimal 138 170 27 0.19 0 0.84 0.33 73.43 0.73 0.39
Hex 8A AA 1B 13 0 54 21 49 49 27
Octal 212 252 33 23 0 124 41 111 111 47
Binary 10001010 10101010 11011 10011 0 1010100 100001 1001001 1001001 100111

Color Harmonies of #8AAA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA1B

Black with #8AAA1B

Text Example


Text Example

White with #8AAA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,170,27); }

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

background-color css

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

 a { background-color: rgb(138,170,27); }

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

border-color css

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

 span { border-color: rgb(138,170,27); }

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