Html Css Color HEX #9AB525 Limerick

📋 copy color: '#9AB525'

red 154 ◦ green 181 ◦ blue 37

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

Shades of Limerick #9AB525

Tints of Limerick #9AB525

RGB

 RED value IS 154 (60.55% from 255) = 41.4%

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

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

R = 41.4%
G = 48.66%
B = 9.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#9AB525 (or 0x9AB525) is known color: Limerick. HEX triplet: 9A, B5 and 25. RGB value is (154,181,37). Sum of RGB (Red+Green+Blue) = 154+181+37=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB525 is #654ADA. Grayscale: #9D9D9D. Windows color (decimal): -6638299 or 2471322. OLE color: 2471322.

HSL color Cylindrical-coordinate representation of color #9AB525: hue angle of 71.25º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9AB525 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 181 37 -
CMYK 0.15 0 0.80 0.29
HSL 71.25º 0.66% 0.43% -
HSV(B) 71.25º 0.8% 0.71% -
XYZ 30.18 40.05 7.89 -
YUV 156.51 60.55 126.21 -
System Red Green Blue C M Y K H S L
Decimal 154 181 37 0.15 0 0.80 0.29 71.25 0.66 0.43
Hex 9A B5 25 F 0 50 1D 47 42 2B
Octal 232 265 45 17 0 120 35 107 102 53
Binary 10011010 10110101 100101 1111 0 1010000 11101 1000111 1000010 101011

Color Harmonies of #9AB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB525

Black with #9AB525

Text Example


Text Example

White with #9AB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB525; }

 p { color: rgb(154,181,37); }

 H1.HeaderClassName
 {
   color: #9AB525;
 }
 .AnyTagClassName
 {
   color: #9AB525;
 }
</style>

background-color css

<style>
 a { background-color: #9AB525; }

 a { background-color: rgb(154,181,37); }

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

border-color css

<style>
 span { border-color: #9AB525; }

 span { border-color: rgb(154,181,37); }

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