Html Css Color HEX #8AB925 Limerick

📋 copy color: '#8AB925'

red 138 ◦ green 185 ◦ blue 37

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

Shades of Limerick #8AB925

Tints of Limerick #8AB925

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.39%

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

R = 38.33%
G = 51.39%
B = 10.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#8AB925 (or 0x8AB925) is known color: Limerick. HEX triplet: 8A, B9 and 25. RGB value is (138,185,37). Sum of RGB (Red+Green+Blue) = 138+185+37=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB925 is #7546DA. Grayscale: #9A9A9A. Windows color (decimal): -7685851 or 2472330. OLE color: 2472330.

HSL color Cylindrical-coordinate representation of color #8AB925: hue angle of 79.05º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8AB925 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 185 37 -
CMYK 0.25 0 0.80 0.27
HSL 79.05º 0.67% 0.44% -
HSV(B) 79.05º 0.8% 0.73% -
XYZ 28.16 40.23 8.03 -
YUV 154.08 61.93 116.53 -
System Red Green Blue C M Y K H S L
Decimal 138 185 37 0.25 0 0.80 0.27 79.05 0.67 0.44
Hex 8A B9 25 19 0 50 1B 4F 43 2C
Octal 212 271 45 31 0 120 33 117 103 54
Binary 10001010 10111001 100101 11001 0 1010000 11011 1001111 1000011 101100

Color Harmonies of #8AB925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB925

Black with #8AB925

Text Example


Text Example

White with #8AB925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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