Html Css Color HEX #8AB82F Limerick

📋 copy color: '#8AB82F'

red 138 ◦ green 184 ◦ blue 47

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

Shades of Limerick #8AB82F

Tints of Limerick #8AB82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.74%

R = 37.4%
G = 49.86%
B = 12.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#8AB82F (or 0x8AB82F) is known color: Limerick. HEX triplet: 8A, B8 and 2F. RGB value is (138,184,47). Sum of RGB (Red+Green+Blue) = 138+184+47=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB82F is #7547D0. Grayscale: #9B9B9B. Windows color (decimal): -7686097 or 3127434. OLE color: 3127434.

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

Color convert

RGB 138 184 47 -
CMYK 0.25 0 0.74 0.28
HSL 80.15º 0.59% 0.45% -
HSV(B) 80.15º 0.74% 0.72% -
XYZ 28.13 39.89 8.91 -
YUV 154.63 67.26 116.14 -
System Red Green Blue C M Y K H S L
Decimal 138 184 47 0.25 0 0.74 0.28 80.15 0.59 0.45
Hex 8A B8 2F 19 0 4A 1C 50 3B 2D
Octal 212 270 57 31 0 112 34 120 73 55
Binary 10001010 10111000 101111 11001 0 1001010 11100 1010000 111011 101101

Color Harmonies of #8AB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB82F

Black with #8AB82F

Text Example


Text Example

White with #8AB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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