#8AB83F

Color #8AB83F Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8AB83F

Tints of Limerick #8AB83F

Color information

#8AB83F (or 0x8AB83F) is unknown color: approx Limerick. HEX triplet: 8A, B8 and 3F. RGB value is (138,184,63). Sum of RGB (Red+Green+Blue) = 138+184+63=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB83F is #7547C0. Grayscale: #9C9C9C. Windows color (decimal): -7686081 or 4176010. OLE color: 4176010.

HSL color Cylindrical-coordinate representation of color #8AB83F: hue angle of 82.81º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AB83F is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB13818463-
CMYK0.2500.660.28
HSL82.81º48.99%48.43%-
HSV(B)82.81º65.76%72.16%-
XYZ28.5240.0410.93-
YUV156.4575.26114.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 184 (72.27% from 255) = 47.79%
BLUE value IS 63 (25% from 255) = 16.36%
R=35.84%
G=47.79%
B=16.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal138184630.2500.660.2882.8148.9948.43
Hex8AB83F190421C533130
Octal21227077310102341236160
Binary10001010101110001111111100101000010111001010011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,184,63); }

 H1.HeaderClassName
 {
   color: #8AB83F;
 }
 .AnyTagClassName
 {
   color: #8AB83F;
 }
</style>
background-color css

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

 a { background-color: rgb(138,184,63); }

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

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

 span { border-color: rgb(138,184,63); }

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