Html Css Color HEX #8AB32D Limerick

📋 copy color: '#8AB32D'

red 138 ◦ green 179 ◦ blue 45

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

Shades of Limerick #8AB32D

Tints of Limerick #8AB32D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.45%

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 38.12%
G = 49.45%
B = 12.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#8AB32D (or 0x8AB32D) is known color: Limerick. HEX triplet: 8A, B3 and 2D. RGB value is (138,179,45). Sum of RGB (Red+Green+Blue) = 138+179+45=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB32D is #754CD2. Grayscale: #979797. Windows color (decimal): -7687379 or 2995082. OLE color: 2995082.

HSL color Cylindrical-coordinate representation of color #8AB32D: hue angle of 78.36º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AB32D is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 45 -
CMYK 0.23 0 0.75 0.30
HSL 78.36º 0.6% 0.44% -
HSV(B) 78.36º 0.75% 0.7% -
XYZ 27.07 37.83 8.36 -
YUV 151.47 67.92 118.4 -
System Red Green Blue C M Y K H S L
Decimal 138 179 45 0.23 0 0.75 0.30 78.36 0.6 0.44
Hex 8A B3 2D 17 0 4B 1E 4E 3C 2C
Octal 212 263 55 27 0 113 36 116 74 54
Binary 10001010 10110011 101101 10111 0 1001011 11110 1001110 111100 101100

Color Harmonies of #8AB32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB32D

Black with #8AB32D

Text Example


Text Example

White with #8AB32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,179,45); }

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

background-color css

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

 a { background-color: rgb(138,179,45); }

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

border-color css

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

 span { border-color: rgb(138,179,45); }

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