Html Css Color HEX #9AB82A Limerick

📋 copy color: '#9AB82A'

red 154 ◦ green 184 ◦ blue 42

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

Shades of Limerick #9AB82A

Tints of Limerick #9AB82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.42%

 BLUE value IS 42 (16.8% from 255) = 11.05%

R = 40.53%
G = 48.42%
B = 11.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#9AB82A (or 0x9AB82A) is known color: Limerick. HEX triplet: 9A, B8 and 2A. RGB value is (154,184,42). Sum of RGB (Red+Green+Blue) = 154+184+42=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB82A is #6547D5. Grayscale: #9F9F9F. Windows color (decimal): -6637526 or 2799770. OLE color: 2799770.

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

Color convert

RGB 154 184 42 -
CMYK 0.16 0 0.77 0.28
HSL 72.68º 0.63% 0.44% -
HSV(B) 72.68º 0.77% 0.72% -
XYZ 30.88 41.32 8.54 -
YUV 158.84 62.06 124.55 -
System Red Green Blue C M Y K H S L
Decimal 154 184 42 0.16 0 0.77 0.28 72.68 0.63 0.44
Hex 9A B8 2A 10 0 4D 1C 49 3F 2C
Octal 232 270 52 20 0 115 34 111 77 54
Binary 10011010 10111000 101010 10000 0 1001101 11100 1001001 111111 101100

Color Harmonies of #9AB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB82A

Black with #9AB82A

Text Example


Text Example

White with #9AB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,184,42); }

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

background-color css

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

 a { background-color: rgb(154,184,42); }

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

border-color css

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

 span { border-color: rgb(154,184,42); }

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