Html Css Color HEX #9FC101 Citrus

📋 copy color: '#9FC101'

red 159 ◦ green 193 ◦ blue 1

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

Shades of Citrus #9FC101

Tints of Citrus #9FC101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.67%

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

R = 45.04%
G = 54.67%
B = 0.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#9FC101 (or 0x9FC101) is known color: Citrus. HEX triplet: 9F, C1 and 01. RGB value is (159,193,1). Sum of RGB (Red+Green+Blue) = 159+193+1=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC101 is #603EFE. Grayscale: #A1A1A1. Windows color (decimal): -6307583 or 115103. OLE color: 115103.

HSL color Cylindrical-coordinate representation of color #9FC101: hue angle of 70.62º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FC101 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 193 1 -
CMYK 0.18 0 0.99 0.24
HSL 70.62º 0.99% 0.38% -
HSV(B) 70.62º 0.99% 0.76% -
XYZ 33.37 45.51 7.05 -
YUV 160.95 37.74 126.61 -
System Red Green Blue C M Y K H S L
Decimal 159 193 1 0.18 0 0.99 0.24 70.62 0.99 0.38
Hex 9F C1 1 12 0 63 18 47 63 26
Octal 237 301 1 22 0 143 30 107 143 46
Binary 10011111 11000001 1 10010 0 1100011 11000 1000111 1100011 100110

Color Harmonies of #9FC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC101

Black with #9FC101

Text Example


Text Example

White with #9FC101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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