Html Css Color HEX #9AB426 Limerick

📋 copy color: '#9AB426'

red 154 ◦ green 180 ◦ blue 38

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

Shades of Limerick #9AB426

Tints of Limerick #9AB426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.22%

R = 41.4%
G = 48.39%
B = 10.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#9AB426 (or 0x9AB426) is known color: Limerick. HEX triplet: 9A, B4 and 26. RGB value is (154,180,38). Sum of RGB (Red+Green+Blue) = 154+180+38=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB426 is #654BD9. Grayscale: #9C9C9C. Windows color (decimal): -6638554 or 2536602. OLE color: 2536602.

HSL color Cylindrical-coordinate representation of color #9AB426: hue angle of 70.99º degrees, saturation: 0.65, 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 #9AB426 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 180 38 -
CMYK 0.14 0 0.79 0.29
HSL 70.99º 0.65% 0.43% -
HSV(B) 70.99º 0.79% 0.71% -
XYZ 30 39.65 7.91 -
YUV 156.04 61.39 126.55 -
System Red Green Blue C M Y K H S L
Decimal 154 180 38 0.14 0 0.79 0.29 70.99 0.65 0.43
Hex 9A B4 26 E 0 4F 1D 47 41 2B
Octal 232 264 46 16 0 117 35 107 101 53
Binary 10011010 10110100 100110 1110 0 1001111 11101 1000111 1000001 101011

Color Harmonies of #9AB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB426

Black with #9AB426

Text Example


Text Example

White with #9AB426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,180,38); }

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

background-color css

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

 a { background-color: rgb(154,180,38); }

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

border-color css

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

 span { border-color: rgb(154,180,38); }

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