Html Css Color HEX #8AB434 Limerick

📋 copy color: '#8AB434'

red 138 ◦ green 180 ◦ blue 52

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

Shades of Limerick #8AB434

Tints of Limerick #8AB434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.65%

 BLUE value IS 52 (20.7% from 255) = 14.05%

R = 37.3%
G = 48.65%
B = 14.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#8AB434 (or 0x8AB434) is known color: Limerick. HEX triplet: 8A, B4 and 34. RGB value is (138,180,52). Sum of RGB (Red+Green+Blue) = 138+180+52=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB434 is #754BCB. Grayscale: #999999. Windows color (decimal): -7687116 or 3454090. OLE color: 3454090.

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

Color convert

RGB 138 180 52 -
CMYK 0.23 0 0.71 0.29
HSL 79.69º 0.55% 0.45% -
HSV(B) 79.69º 0.71% 0.71% -
XYZ 27.42 38.29 9.19 -
YUV 152.85 71.09 117.41 -
System Red Green Blue C M Y K H S L
Decimal 138 180 52 0.23 0 0.71 0.29 79.69 0.55 0.45
Hex 8A B4 34 17 0 47 1D 50 37 2D
Octal 212 264 64 27 0 107 35 120 67 55
Binary 10001010 10110100 110100 10111 0 1000111 11101 1010000 110111 101101

Color Harmonies of #8AB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB434

Black with #8AB434

Text Example


Text Example

White with #8AB434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,180,52); }

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

background-color css

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

 a { background-color: rgb(138,180,52); }

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

border-color css

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

 span { border-color: rgb(138,180,52); }

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