Html Css Color HEX #9CA618 Citron

📋 copy color: '#9CA618'

red 156 ◦ green 166 ◦ blue 24

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

Shades of Citron #9CA618

Tints of Citron #9CA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.98%

 BLUE value IS 24 (9.77% from 255) = 6.94%

R = 45.09%
G = 47.98%
B = 6.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#9CA618 (or 0x9CA618) is known color: Citron. HEX triplet: 9C, A6 and 18. RGB value is (156,166,24). Sum of RGB (Red+Green+Blue) = 156+166+24=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA618 is #6359E7. Grayscale: #939393. Windows color (decimal): -6511080 or 1615516. OLE color: 1615516.

HSL color Cylindrical-coordinate representation of color #9CA618: hue angle of 64.23º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9CA618 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 166 24 -
CMYK 0.06 0 0.86 0.35
HSL 64.23º 0.75% 0.37% -
HSV(B) 64.23º 0.86% 0.65% -
XYZ 27.51 34.41 6.06 -
YUV 146.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 156 166 24 0.06 0 0.86 0.35 64.23 0.75 0.37
Hex 9C A6 18 6 0 56 23 40 4B 25
Octal 234 246 30 6 0 126 43 100 113 45
Binary 10011100 10100110 11000 110 0 1010110 100011 1000000 1001011 100101

Color Harmonies of #9CA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA618

Black with #9CA618

Text Example


Text Example

White with #9CA618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,166,24); }

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

background-color css

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

 a { background-color: rgb(156,166,24); }

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

border-color css

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

 span { border-color: rgb(156,166,24); }

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