Html Css Color HEX #8AA530 Limerick

📋 copy color: '#8AA530'

red 138 ◦ green 165 ◦ blue 48

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

Shades of Limerick #8AA530

Tints of Limerick #8AA530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.01%

 BLUE value IS 48 (19.14% from 255) = 13.68%

R = 39.32%
G = 47.01%
B = 13.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#8AA530 (or 0x8AA530) is known color: Limerick. HEX triplet: 8A, A5 and 30. RGB value is (138,165,48). Sum of RGB (Red+Green+Blue) = 138+165+48=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA530 is #755ACF. Grayscale: #909090. Windows color (decimal): -7690960 or 3188106. OLE color: 3188106.

HSL color Cylindrical-coordinate representation of color #8AA530: hue angle of 73.85º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AA530 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 138 165 48 -
CMYK 0.16 0 0.71 0.35
HSL 73.85º 0.55% 0.42% -
HSV(B) 73.85º 0.71% 0.65% -
XYZ 24.47 32.53 7.78 -
YUV 143.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 138 165 48 0.16 0 0.71 0.35 73.85 0.55 0.42
Hex 8A A5 30 10 0 47 23 4A 37 2A
Octal 212 245 60 20 0 107 43 112 67 52
Binary 10001010 10100101 110000 10000 0 1000111 100011 1001010 110111 101010

Color Harmonies of #8AA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA530

Black with #8AA530

Text Example


Text Example

White with #8AA530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,165,48); }

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

background-color css

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

 a { background-color: rgb(138,165,48); }

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

border-color css

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

 span { border-color: rgb(138,165,48); }

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