Html Css Color HEX #9FB500 Citrus

📋 copy color: '#9FB500'

red 159 ◦ green 181 ◦ blue 0

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

Shades of Citrus #9FB500

Tints of Citrus #9FB500

RGB

 RED value IS 159 (62.5% from 255) = 46.76%

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

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

R = 46.76%
G = 53.24%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#9FB500 (or 0x9FB500) is known color: Citrus. HEX triplet: 9F, B5 and 00. RGB value is (159,181,0). Sum of RGB (Red+Green+Blue) = 159+181+0=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB500 is #604AFF. Grayscale: #9A9A9A. Windows color (decimal): -6310656 or 46495. OLE color: 46495.

HSL color Cylindrical-coordinate representation of color #9FB500: hue angle of 67.29º 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 #9FB500 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 181 0 -
CMYK 0.12 0 1 0.29
HSL 67.29º 1% 0.35% -
HSV(B) 67.29º 1% 0.71% -
XYZ 30.82 40.42 6.18 -
YUV 153.79 41.21 131.72 -
System Red Green Blue C M Y K H S L
Decimal 159 181 0 0.12 0 1 0.29 67.29 1 0.35
Hex 9F B5 0 C 0 64 1D 43 64 23
Octal 237 265 0 14 0 144 35 103 144 43
Binary 10011111 10110101 0 1100 0 1100100 11101 1000011 1100100 100011

Color Harmonies of #9FB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB500

Black with #9FB500

Text Example


Text Example

White with #9FB500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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