Html Css Color HEX #9AB730 Limerick

📋 copy color: '#9AB730'

red 154 ◦ green 183 ◦ blue 48

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

Shades of Limerick #9AB730

Tints of Limerick #9AB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.53%

 BLUE value IS 48 (19.14% from 255) = 12.47%

R = 40%
G = 47.53%
B = 12.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#9AB730 (or 0x9AB730) is known color: Limerick. HEX triplet: 9A, B7 and 30. RGB value is (154,183,48). Sum of RGB (Red+Green+Blue) = 154+183+48=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB730 is #6548CF. Grayscale: #9F9F9F. Windows color (decimal): -6637776 or 3192730. OLE color: 3192730.

HSL color Cylindrical-coordinate representation of color #9AB730: hue angle of 72.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9AB730 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 183 48 -
CMYK 0.16 0 0.74 0.28
HSL 72.89º 0.58% 0.45% -
HSV(B) 72.89º 0.74% 0.72% -
XYZ 30.79 40.95 9.08 -
YUV 158.94 65.39 124.48 -
System Red Green Blue C M Y K H S L
Decimal 154 183 48 0.16 0 0.74 0.28 72.89 0.58 0.45
Hex 9A B7 30 10 0 4A 1C 49 3A 2D
Octal 232 267 60 20 0 112 34 111 72 55
Binary 10011010 10110111 110000 10000 0 1001010 11100 1001001 111010 101101

Color Harmonies of #9AB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB730

Black with #9AB730

Text Example


Text Example

White with #9AB730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,183,48); }

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

background-color css

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

 a { background-color: rgb(154,183,48); }

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

border-color css

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

 span { border-color: rgb(154,183,48); }

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