Html Css Color HEX #8AB425 Limerick

📋 copy color: '#8AB425'

red 138 ◦ green 180 ◦ blue 37

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

Shades of Limerick #8AB425

Tints of Limerick #8AB425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.42%

R = 38.87%
G = 50.7%
B = 10.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#8AB425 (or 0x8AB425) is known color: Limerick. HEX triplet: 8A, B4 and 25. RGB value is (138,180,37). Sum of RGB (Red+Green+Blue) = 138+180+37=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB425 is #754BDA. Grayscale: #979797. Windows color (decimal): -7687131 or 2471050. OLE color: 2471050.

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

Color convert

RGB 138 180 37 -
CMYK 0.23 0 0.79 0.29
HSL 77.62º 0.66% 0.43% -
HSV(B) 77.62º 0.79% 0.71% -
XYZ 27.14 38.18 7.69 -
YUV 151.14 63.59 118.63 -
System Red Green Blue C M Y K H S L
Decimal 138 180 37 0.23 0 0.79 0.29 77.62 0.66 0.43
Hex 8A B4 25 17 0 4F 1D 4E 42 2B
Octal 212 264 45 27 0 117 35 116 102 53
Binary 10001010 10110100 100101 10111 0 1001111 11101 1001110 1000010 101011

Color Harmonies of #8AB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB425

Black with #8AB425

Text Example


Text Example

White with #8AB425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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