Html Css Color HEX #9CC701 Citrus

📋 copy color: '#9CC701'

red 156 ◦ green 199 ◦ blue 1

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

Shades of Citrus #9CC701

Tints of Citrus #9CC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.9%

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

R = 43.82%
G = 55.9%
B = 0.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#9CC701 (or 0x9CC701) is known color: Citrus. HEX triplet: 9C, C7 and 01. RGB value is (156,199,1). Sum of RGB (Red+Green+Blue) = 156+199+1=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 199 (78.12% from 255 or 55.90% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC701 is #6338FE. Grayscale: #A4A4A4. Windows color (decimal): -6502655 or 116636. OLE color: 116636.

HSL color Cylindrical-coordinate representation of color #9CC701: hue angle of 73.03º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CC701 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 199 1 -
CMYK 0.22 0 0.99 0.22
HSL 73.03º 0.99% 0.39% -
HSV(B) 73.03º 0.99% 0.78% -
XYZ 34.14 47.92 7.48 -
YUV 163.57 36.25 122.6 -
System Red Green Blue C M Y K H S L
Decimal 156 199 1 0.22 0 0.99 0.22 73.03 0.99 0.39
Hex 9C C7 1 16 0 63 16 49 63 27
Octal 234 307 1 26 0 143 26 111 143 47
Binary 10011100 11000111 1 10110 0 1100011 10110 1001001 1100011 100111

Color Harmonies of #9CC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC701

Black with #9CC701

Text Example


Text Example

White with #9CC701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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