Html Css Color HEX #9FC501 Citrus

📋 copy color: '#9FC501'

red 159 ◦ green 197 ◦ blue 1

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

Shades of Citrus #9FC501

Tints of Citrus #9FC501

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.18%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 44.54%
G = 55.18%
B = 0.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#9FC501 (or 0x9FC501) is known color: Citrus. HEX triplet: 9F, C5 and 01. RGB value is (159,197,1). Sum of RGB (Red+Green+Blue) = 159+197+1=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC501 is #603AFE. Grayscale: #A4A4A4. Windows color (decimal): -6306559 or 116127. OLE color: 116127.

HSL color Cylindrical-coordinate representation of color #9FC501: hue angle of 71.63º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FC501 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 159 197 1 -
CMYK 0.19 0 0.99 0.23
HSL 71.63º 0.99% 0.39% -
HSV(B) 71.63º 0.99% 0.77% -
XYZ 34.27 47.31 7.35 -
YUV 163.29 36.41 124.94 -
System Red Green Blue C M Y K H S L
Decimal 159 197 1 0.19 0 0.99 0.23 71.63 0.99 0.39
Hex 9F C5 1 13 0 63 17 48 63 27
Octal 237 305 1 23 0 143 27 110 143 47
Binary 10011111 11000101 1 10011 0 1100011 10111 1001000 1100011 100111

Color Harmonies of #9FC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC501

Black with #9FC501

Text Example


Text Example

White with #9FC501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,197,1); }

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

background-color css

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

 a { background-color: rgb(159,197,1); }

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

border-color css

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

 span { border-color: rgb(159,197,1); }

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