Html Css Color HEX #9CA40C Citrus

📋 copy color: '#9CA40C'

red 156 ◦ green 164 ◦ blue 12

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

Shades of Citrus #9CA40C

Tints of Citrus #9CA40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.4%

 BLUE value IS 12 (5.08% from 255) = 3.61%

R = 46.99%
G = 49.4%
B = 3.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#9CA40C (or 0x9CA40C) is known color: Citrus. HEX triplet: 9C, A4 and 0C. RGB value is (156,164,12). Sum of RGB (Red+Green+Blue) = 156+164+12=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA40C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA40C is #635BF3. Grayscale: #909090. Windows color (decimal): -6511604 or 828572. OLE color: 828572.

HSL color Cylindrical-coordinate representation of color #9CA40C: hue angle of 63.16º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CA40C is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 164 12 -
CMYK 0.05 0 0.93 0.36
HSL 63.16º 0.86% 0.35% -
HSV(B) 63.16º 0.93% 0.64% -
XYZ 27.05 33.65 5.42 -
YUV 144.28 53.35 136.36 -
System Red Green Blue C M Y K H S L
Decimal 156 164 12 0.05 0 0.93 0.36 63.16 0.86 0.35
Hex 9C A4 C 5 0 5D 24 3F 56 23
Octal 234 244 14 5 0 135 44 77 126 43
Binary 10011100 10100100 1100 101 0 1011101 100100 111111 1010110 100011

Color Harmonies of #9CA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA40C

Black with #9CA40C

Text Example


Text Example

White with #9CA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,164,12); }

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

background-color css

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

 a { background-color: rgb(156,164,12); }

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

border-color css

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

 span { border-color: rgb(156,164,12); }

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