Html Css Color HEX #8AB52F Limerick

📋 copy color: '#8AB52F'

red 138 ◦ green 181 ◦ blue 47

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

Shades of Limerick #8AB52F

Tints of Limerick #8AB52F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.45%

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

R = 37.7%
G = 49.45%
B = 12.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#8AB52F (or 0x8AB52F) is known color: Limerick. HEX triplet: 8A, B5 and 2F. RGB value is (138,181,47). Sum of RGB (Red+Green+Blue) = 138+181+47=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB52F is #754AD0. Grayscale: #999999. Windows color (decimal): -7686865 or 3126666. OLE color: 3126666.

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

Color convert

RGB 138 181 47 -
CMYK 0.24 0 0.74 0.29
HSL 79.25º 0.59% 0.45% -
HSV(B) 79.25º 0.74% 0.71% -
XYZ 27.52 38.66 8.7 -
YUV 152.87 68.25 117.4 -
System Red Green Blue C M Y K H S L
Decimal 138 181 47 0.24 0 0.74 0.29 79.25 0.59 0.45
Hex 8A B5 2F 18 0 4A 1D 4F 3B 2D
Octal 212 265 57 30 0 112 35 117 73 55
Binary 10001010 10110101 101111 11000 0 1001010 11101 1001111 111011 101101

Color Harmonies of #8AB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB52F

Black with #8AB52F

Text Example


Text Example

White with #8AB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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