Html Css Color HEX #8AB225 Limerick

📋 copy color: '#8AB225'

red 138 ◦ green 178 ◦ blue 37

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

Shades of Limerick #8AB225

Tints of Limerick #8AB225

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.42%

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

R = 39.09%
G = 50.42%
B = 10.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#8AB225 (or 0x8AB225) is known color: Limerick. HEX triplet: 8A, B2 and 25. RGB value is (138,178,37). Sum of RGB (Red+Green+Blue) = 138+178+37=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB225 is #754DDA. Grayscale: #969696. Windows color (decimal): -7687643 or 2470538. OLE color: 2470538.

HSL color Cylindrical-coordinate representation of color #8AB225: hue angle of 77.02º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AB225 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 178 37 -
CMYK 0.22 0 0.79 0.30
HSL 77.02º 0.66% 0.42% -
HSV(B) 77.02º 0.79% 0.7% -
XYZ 26.74 37.38 7.56 -
YUV 149.97 64.25 119.46 -
System Red Green Blue C M Y K H S L
Decimal 138 178 37 0.22 0 0.79 0.30 77.02 0.66 0.42
Hex 8A B2 25 16 0 4F 1E 4D 42 2A
Octal 212 262 45 26 0 117 36 115 102 52
Binary 10001010 10110010 100101 10110 0 1001111 11110 1001101 1000010 101010

Color Harmonies of #8AB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB225

Black with #8AB225

Text Example


Text Example

White with #8AB225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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