Html Css Color HEX #9CC001 Citrus

📋 copy color: '#9CC001'

red 156 ◦ green 192 ◦ blue 1

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

Shades of Citrus #9CC001

Tints of Citrus #9CC001

RGB

 RED value IS 156 (61.33% from 255) = 44.7%

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

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

R = 44.7%
G = 55.01%
B = 0.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#9CC001 (or 0x9CC001) is known color: Citrus. HEX triplet: 9C, C0 and 01. RGB value is (156,192,1). Sum of RGB (Red+Green+Blue) = 156+192+1=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC001 is #633FFE. Grayscale: #A0A0A0. Windows color (decimal): -6504447 or 114844. OLE color: 114844.

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

Color convert

RGB 156 192 1 -
CMYK 0.19 0 0.99 0.25
HSL 71.31º 0.99% 0.38% -
HSV(B) 71.31º 0.99% 0.75% -
XYZ 32.57 44.77 6.95 -
YUV 159.46 38.57 125.53 -
System Red Green Blue C M Y K H S L
Decimal 156 192 1 0.19 0 0.99 0.25 71.31 0.99 0.38
Hex 9C C0 1 13 0 63 19 47 63 26
Octal 234 300 1 23 0 143 31 107 143 46
Binary 10011100 11000000 1 10011 0 1100011 11001 1000111 1100011 100110

Color Harmonies of #9CC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC001

Black with #9CC001

Text Example


Text Example

White with #9CC001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,192,1); }

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

background-color css

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

 a { background-color: rgb(156,192,1); }

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

border-color css

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

 span { border-color: rgb(156,192,1); }

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