Html Css Color HEX #9CC101 Citrus

📋 copy color: '#9CC101'

red 156 ◦ green 193 ◦ blue 1

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

Shades of Citrus #9CC101

Tints of Citrus #9CC101

RGB

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

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

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

R = 44.57%
G = 55.14%
B = 0.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#9CC101 (or 0x9CC101) is known color: Citrus. HEX triplet: 9C, C1 and 01. RGB value is (156,193,1). Sum of RGB (Red+Green+Blue) = 156+193+1=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC101 is #633EFE. Grayscale: #A0A0A0. Windows color (decimal): -6504191 or 115100. OLE color: 115100.

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

Color convert

RGB 156 193 1 -
CMYK 0.19 0 0.99 0.24
HSL 71.56º 0.99% 0.38% -
HSV(B) 71.56º 0.99% 0.76% -
XYZ 32.79 45.21 7.03 -
YUV 160.05 38.24 125.11 -
System Red Green Blue C M Y K H S L
Decimal 156 193 1 0.19 0 0.99 0.24 71.56 0.99 0.38
Hex 9C C1 1 13 0 63 18 48 63 26
Octal 234 301 1 23 0 143 30 110 143 46
Binary 10011100 11000001 1 10011 0 1100011 11000 1001000 1100011 100110

Color Harmonies of #9CC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC101

Black with #9CC101

Text Example


Text Example

White with #9CC101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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