Html Css Color HEX #9FC003 Citrus

📋 copy color: '#9FC003'

red 159 ◦ green 192 ◦ blue 3

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

Shades of Citrus #9FC003

Tints of Citrus #9FC003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 44.92%
G = 54.24%
B = 0.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#9FC003 (or 0x9FC003) is known color: Citrus. HEX triplet: 9F, C0 and 03. RGB value is (159,192,3). Sum of RGB (Red+Green+Blue) = 159+192+3=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC003 is #603FFC. Grayscale: #A1A1A1. Windows color (decimal): -6307837 or 245919. OLE color: 245919.

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

Color convert

RGB 159 192 3 -
CMYK 0.17 0 0.98 0.25
HSL 70.48º 0.97% 0.38% -
HSV(B) 70.48º 0.98% 0.75% -
XYZ 33.16 45.08 7.04 -
YUV 160.59 39.07 126.87 -
System Red Green Blue C M Y K H S L
Decimal 159 192 3 0.17 0 0.98 0.25 70.48 0.97 0.38
Hex 9F C0 3 11 0 62 19 46 61 26
Octal 237 300 3 21 0 142 31 106 141 46
Binary 10011111 11000000 11 10001 0 1100010 11001 1000110 1100001 100110

Color Harmonies of #9FC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC003

Black with #9FC003

Text Example


Text Example

White with #9FC003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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