Html Css Color HEX #9AB916 Citrus

📋 copy color: '#9AB916'

red 154 ◦ green 185 ◦ blue 22

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

Shades of Citrus #9AB916

Tints of Citrus #9AB916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 42.66%
G = 51.25%
B = 6.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#9AB916 (or 0x9AB916) is known color: Citrus. HEX triplet: 9A, B9 and 16. RGB value is (154,185,22). Sum of RGB (Red+Green+Blue) = 154+185+22=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB916 is #6546E9. Grayscale: #9D9D9D. Windows color (decimal): -6637290 or 1489306. OLE color: 1489306.

HSL color Cylindrical-coordinate representation of color #9AB916: hue angle of 71.41º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9AB916 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 185 22 -
CMYK 0.17 0 0.88 0.27
HSL 71.41º 0.79% 0.41% -
HSV(B) 71.41º 0.88% 0.73% -
XYZ 30.82 41.63 7.17 -
YUV 157.15 51.73 125.75 -
System Red Green Blue C M Y K H S L
Decimal 154 185 22 0.17 0 0.88 0.27 71.41 0.79 0.41
Hex 9A B9 16 11 0 58 1B 47 4F 29
Octal 232 271 26 21 0 130 33 107 117 51
Binary 10011010 10111001 10110 10001 0 1011000 11011 1000111 1001111 101001

Color Harmonies of #9AB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB916

Black with #9AB916

Text Example


Text Example

White with #9AB916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,185,22); }

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

background-color css

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

 a { background-color: rgb(154,185,22); }

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

border-color css

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

 span { border-color: rgb(154,185,22); }

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