Html Css Color HEX #9CC013 Citrus

📋 copy color: '#9CC013'

red 156 ◦ green 192 ◦ blue 19

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

Shades of Citrus #9CC013

Tints of Citrus #9CC013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.18%

R = 42.51%
G = 52.32%
B = 5.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#9CC013 (or 0x9CC013) is known color: Citrus. HEX triplet: 9C, C0 and 13. RGB value is (156,192,19). Sum of RGB (Red+Green+Blue) = 156+192+19=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC013 is #633FEC. Grayscale: #A2A2A2. Windows color (decimal): -6504429 or 1294492. OLE color: 1294492.

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

Color convert

RGB 156 192 19 -
CMYK 0.19 0 0.90 0.25
HSL 72.49º 0.82% 0.41% -
HSV(B) 72.49º 0.9% 0.75% -
XYZ 32.68 44.81 7.54 -
YUV 161.51 47.57 124.07 -
System Red Green Blue C M Y K H S L
Decimal 156 192 19 0.19 0 0.90 0.25 72.49 0.82 0.41
Hex 9C C0 13 13 0 5A 19 48 52 29
Octal 234 300 23 23 0 132 31 110 122 51
Binary 10011100 11000000 10011 10011 0 1011010 11001 1001000 1010010 101001

Color Harmonies of #9CC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC013

Black with #9CC013

Text Example


Text Example

White with #9CC013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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