Html Css Color HEX #9FC000 Citrus

📋 copy color: '#9FC000'

red 159 ◦ green 192 ◦ blue 0

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

Shades of Citrus #9FC000

Tints of Citrus #9FC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.7%

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

R = 45.3%
G = 54.7%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#9FC000 (or 0x9FC000) is known color: Citrus. HEX triplet: 9F, C0 and 00. RGB value is (159,192,0). Sum of RGB (Red+Green+Blue) = 159+192+0=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC000 is #603FFF. Grayscale: #A0A0A0. Windows color (decimal): -6307840 or 49311. OLE color: 49311.

HSL color Cylindrical-coordinate representation of color #9FC000: hue angle of 70.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FC000 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 192 0 -
CMYK 0.17 0 1 0.25
HSL 70.31º 1% 0.38% -
HSV(B) 70.31º 1% 0.75% -
XYZ 33.15 45.07 6.95 -
YUV 160.25 37.57 127.11 -
System Red Green Blue C M Y K H S L
Decimal 159 192 0 0.17 0 1 0.25 70.31 1 0.38
Hex 9F C0 0 11 0 64 19 46 64 26
Octal 237 300 0 21 0 144 31 106 144 46
Binary 10011111 11000000 0 10001 0 1100100 11001 1000110 1100100 100110

Color Harmonies of #9FC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC000

Black with #9FC000

Text Example


Text Example

White with #9FC000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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