Html Css Color HEX #9AB500 Citrus

📋 copy color: '#9AB500'

red 154 ◦ green 181 ◦ blue 0

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

Shades of Citrus #9AB500

Tints of Citrus #9AB500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.97%
G = 54.03%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#9AB500 (or 0x9AB500) is known color: Citrus. HEX triplet: 9A, B5 and 00. RGB value is (154,181,0). Sum of RGB (Red+Green+Blue) = 154+181+0=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB500 is #654AFF. Grayscale: #989898. Windows color (decimal): -6638336 or 46490. OLE color: 46490.

HSL color Cylindrical-coordinate representation of color #9AB500: hue angle of 68.95º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AB500 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 181 0 -
CMYK 0.15 0 1 0.29
HSL 68.95º 1% 0.35% -
HSV(B) 68.95º 1% 0.71% -
XYZ 29.85 39.92 6.13 -
YUV 152.29 42.05 129.22 -
System Red Green Blue C M Y K H S L
Decimal 154 181 0 0.15 0 1 0.29 68.95 1 0.35
Hex 9A B5 0 F 0 64 1D 45 64 23
Octal 232 265 0 17 0 144 35 105 144 43
Binary 10011010 10110101 0 1111 0 1100100 11101 1000101 1100100 100011

Color Harmonies of #9AB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB500

Black with #9AB500

Text Example


Text Example

White with #9AB500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,181,0); }

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

background-color css

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

 a { background-color: rgb(154,181,0); }

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

border-color css

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

 span { border-color: rgb(154,181,0); }

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