Html Css Color HEX #8AB838 Limerick

📋 copy color: '#8AB838'

red 138 ◦ green 184 ◦ blue 56

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

Shades of Limerick #8AB838

Tints of Limerick #8AB838

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.68%

 BLUE value IS 56 (22.27% from 255) = 14.81%

R = 36.51%
G = 48.68%
B = 14.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#8AB838 (or 0x8AB838) is known color: Limerick. HEX triplet: 8A, B8 and 38. RGB value is (138,184,56). Sum of RGB (Red+Green+Blue) = 138+184+56=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB838 is #7547C7. Grayscale: #9C9C9C. Windows color (decimal): -7686088 or 3717258. OLE color: 3717258.

HSL color Cylindrical-coordinate representation of color #8AB838: hue angle of 81.56º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AB838 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 184 56 -
CMYK 0.25 0 0.70 0.28
HSL 81.56º 0.53% 0.47% -
HSV(B) 81.56º 0.7% 0.72% -
XYZ 28.34 39.97 9.96 -
YUV 155.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 138 184 56 0.25 0 0.70 0.28 81.56 0.53 0.47
Hex 8A B8 38 19 0 46 1C 52 35 2F
Octal 212 270 70 31 0 106 34 122 65 57
Binary 10001010 10111000 111000 11001 0 1000110 11100 1010010 110101 101111

Color Harmonies of #8AB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB838

Black with #8AB838

Text Example


Text Example

White with #8AB838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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