Html Css Color HEX #9FC201 Citrus

📋 copy color: '#9FC201'

red 159 ◦ green 194 ◦ blue 1

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

Shades of Citrus #9FC201

Tints of Citrus #9FC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.8%

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

R = 44.92%
G = 54.8%
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

#9FC201 (or 0x9FC201) is known color: Citrus. HEX triplet: 9F, C2 and 01. RGB value is (159,194,1). Sum of RGB (Red+Green+Blue) = 159+194+1=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC201 is #603DFE. Grayscale: #A2A2A2. Windows color (decimal): -6307327 or 115359. OLE color: 115359.

HSL color Cylindrical-coordinate representation of color #9FC201: hue angle of 70.88º 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 #9FC201 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 194 1 -
CMYK 0.18 0 0.99 0.24
HSL 70.88º 0.99% 0.38% -
HSV(B) 70.88º 0.99% 0.76% -
XYZ 33.6 45.96 7.13 -
YUV 161.53 37.4 126.19 -
System Red Green Blue C M Y K H S L
Decimal 159 194 1 0.18 0 0.99 0.24 70.88 0.99 0.38
Hex 9F C2 1 12 0 63 18 47 63 26
Octal 237 302 1 22 0 143 30 107 143 46
Binary 10011111 11000010 1 10010 0 1100011 11000 1000111 1100011 100110

Color Harmonies of #9FC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC201

Black with #9FC201

Text Example


Text Example

White with #9FC201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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