Html Css Color HEX #8AB02B Limerick

📋 copy color: '#8AB02B'

red 138 ◦ green 176 ◦ blue 43

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

Shades of Limerick #8AB02B

Tints of Limerick #8AB02B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.3%

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 38.66%
G = 49.3%
B = 12.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#8AB02B (or 0x8AB02B) is known color: Limerick. HEX triplet: 8A, B0 and 2B. RGB value is (138,176,43). Sum of RGB (Red+Green+Blue) = 138+176+43=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB02B is #754FD4. Grayscale: #959595. Windows color (decimal): -7688149 or 2863242. OLE color: 2863242.

HSL color Cylindrical-coordinate representation of color #8AB02B: hue angle of 77.14º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AB02B is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 176 43 -
CMYK 0.22 0 0.76 0.31
HSL 77.14º 0.61% 0.43% -
HSV(B) 77.14º 0.76% 0.69% -
XYZ 26.44 36.63 7.96 -
YUV 149.48 67.91 119.81 -
System Red Green Blue C M Y K H S L
Decimal 138 176 43 0.22 0 0.76 0.31 77.14 0.61 0.43
Hex 8A B0 2B 16 0 4C 1F 4D 3D 2B
Octal 212 260 53 26 0 114 37 115 75 53
Binary 10001010 10110000 101011 10110 0 1001100 11111 1001101 111101 101011

Color Harmonies of #8AB02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB02B

Black with #8AB02B

Text Example


Text Example

White with #8AB02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,176,43); }

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

background-color css

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

 a { background-color: rgb(138,176,43); }

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

border-color css

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

 span { border-color: rgb(138,176,43); }

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