Html Css Color HEX #9FCC01 Citrus

📋 copy color: '#9FCC01'

red 159 ◦ green 204 ◦ blue 1

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

Shades of Citrus #9FCC01

Tints of Citrus #9FCC01

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.04%

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

R = 43.68%
G = 56.04%
B = 0.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#9FCC01 (or 0x9FCC01) is known color: Citrus. HEX triplet: 9F, CC and 01. RGB value is (159,204,1). Sum of RGB (Red+Green+Blue) = 159+204+1=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCC01 is #6033FE. Grayscale: #A8A8A8. Windows color (decimal): -6304767 or 117919. OLE color: 117919.

HSL color Cylindrical-coordinate representation of color #9FCC01: hue angle of 73.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FCC01 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 1 -
CMYK 0.22 0 1.00 0.2
HSL 73.3º 0.99% 0.4% -
HSV(B) 73.3º 1% 0.8% -
XYZ 35.9 50.56 7.9 -
YUV 167.4 34.09 122.01 -
System Red Green Blue C M Y K H S L
Decimal 159 204 1 0.22 0 1.00 0.2 73.3 0.99 0.4
Hex 9F CC 1 16 0 64 14 49 63 28
Octal 237 314 1 26 0 144 24 111 143 50
Binary 10011111 11001100 1 10110 0 1100100 10100 1001001 1100011 101000

Color Harmonies of #9FCC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC01

Black with #9FCC01

Text Example


Text Example

White with #9FCC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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