Html Css Color HEX #9CAD13 Citrus

📋 copy color: '#9CAD13'

red 156 ◦ green 173 ◦ blue 19

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

Shades of Citrus #9CAD13

Tints of Citrus #9CAD13

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.71%

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

R = 44.83%
G = 49.71%
B = 5.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#9CAD13 (or 0x9CAD13) is known color: Citrus. HEX triplet: 9C, AD and 13. RGB value is (156,173,19). Sum of RGB (Red+Green+Blue) = 156+173+19=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAD13 is #6352EC. Grayscale: #969696. Windows color (decimal): -6509293 or 1289628. OLE color: 1289628.

HSL color Cylindrical-coordinate representation of color #9CAD13: hue angle of 66.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9CAD13 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 173 19 -
CMYK 0.10 0 0.89 0.32
HSL 66.62º 0.8% 0.38% -
HSV(B) 66.62º 0.89% 0.68% -
XYZ 28.77 37 6.24 -
YUV 150.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 156 173 19 0.10 0 0.89 0.32 66.62 0.8 0.38
Hex 9C AD 13 A 0 59 20 43 50 26
Octal 234 255 23 12 0 131 40 103 120 46
Binary 10011100 10101101 10011 1010 0 1011001 100000 1000011 1010000 100110

Color Harmonies of #9CAD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAD13

Black with #9CAD13

Text Example


Text Example

White with #9CAD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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