Html Css Color HEX #9AB914 Citrus

📋 copy color: '#9AB914'

red 154 ◦ green 185 ◦ blue 20

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

Shades of Citrus #9AB914

Tints of Citrus #9AB914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.57%

R = 42.9%
G = 51.53%
B = 5.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#9AB914 (or 0x9AB914) is known color: Citrus. HEX triplet: 9A, B9 and 14. RGB value is (154,185,20). Sum of RGB (Red+Green+Blue) = 154+185+20=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB914 is #6546EB. Grayscale: #9D9D9D. Windows color (decimal): -6637292 or 1358234. OLE color: 1358234.

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

Color convert

RGB 154 185 20 -
CMYK 0.17 0 0.89 0.27
HSL 71.27º 0.8% 0.4% -
HSV(B) 71.27º 0.89% 0.73% -
XYZ 30.8 41.62 7.07 -
YUV 156.92 50.73 125.92 -
System Red Green Blue C M Y K H S L
Decimal 154 185 20 0.17 0 0.89 0.27 71.27 0.8 0.4
Hex 9A B9 14 11 0 59 1B 47 50 28
Octal 232 271 24 21 0 131 33 107 120 50
Binary 10011010 10111001 10100 10001 0 1011001 11011 1000111 1010000 101000

Color Harmonies of #9AB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB914

Black with #9AB914

Text Example


Text Example

White with #9AB914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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