Html Css Color HEX #8AB02C Limerick

📋 copy color: '#8AB02C'

red 138 ◦ green 176 ◦ blue 44

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

Shades of Limerick #8AB02C

Tints of Limerick #8AB02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 38.55%
G = 49.16%
B = 12.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#8AB02C (or 0x8AB02C) is known color: Limerick. HEX triplet: 8A, B0 and 2C. RGB value is (138,176,44). Sum of RGB (Red+Green+Blue) = 138+176+44=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB02C is #754FD3. Grayscale: #969696. Windows color (decimal): -7688148 or 2928778. OLE color: 2928778.

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

Color convert

RGB 138 176 44 -
CMYK 0.22 0 0.75 0.31
HSL 77.27º 0.6% 0.43% -
HSV(B) 77.27º 0.75% 0.69% -
XYZ 26.46 36.64 8.06 -
YUV 149.59 68.41 119.73 -
System Red Green Blue C M Y K H S L
Decimal 138 176 44 0.22 0 0.75 0.31 77.27 0.6 0.43
Hex 8A B0 2C 16 0 4B 1F 4D 3C 2B
Octal 212 260 54 26 0 113 37 115 74 53
Binary 10001010 10110000 101100 10110 0 1001011 11111 1001101 111100 101011

Color Harmonies of #8AB02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB02C

Black with #8AB02C

Text Example


Text Example

White with #8AB02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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