Html Css Color HEX #9CC310 Citrus

📋 copy color: '#9CC310'

red 156 ◦ green 195 ◦ blue 16

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

Shades of Citrus #9CC310

Tints of Citrus #9CC310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.13%

 BLUE value IS 16 (6.64% from 255) = 4.36%

R = 42.51%
G = 53.13%
B = 4.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#9CC310 (or 0x9CC310) is known color: Citrus. HEX triplet: 9C, C3 and 10. RGB value is (156,195,16). Sum of RGB (Red+Green+Blue) = 156+195+16=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC310 is #633CEF. Grayscale: #A3A3A3. Windows color (decimal): -6503664 or 1098652. OLE color: 1098652.

HSL color Cylindrical-coordinate representation of color #9CC310: hue angle of 73.07º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CC310 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 156 195 16 -
CMYK 0.20 0 0.92 0.24
HSL 73.07º 0.85% 0.41% -
HSV(B) 73.07º 0.92% 0.76% -
XYZ 33.32 46.14 7.64 -
YUV 162.93 45.08 123.05 -
System Red Green Blue C M Y K H S L
Decimal 156 195 16 0.20 0 0.92 0.24 73.07 0.85 0.41
Hex 9C C3 10 14 0 5C 18 49 55 29
Octal 234 303 20 24 0 134 30 111 125 51
Binary 10011100 11000011 10000 10100 0 1011100 11000 1001001 1010101 101001

Color Harmonies of #9CC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC310

Black with #9CC310

Text Example


Text Example

White with #9CC310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,195,16); }

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

background-color css

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

 a { background-color: rgb(156,195,16); }

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

border-color css

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

 span { border-color: rgb(156,195,16); }

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