#9CA70C

Color #9CA70C Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9CA70C

Tints of Citrus #9CA70C

Color information

#9CA70C (or 0x9CA70C) is unknown color: approx Citrus. HEX triplet: 9C, A7 and 0C. RGB value is (156,167,12). Sum of RGB (Red+Green+Blue) = 156+167+12=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA70C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA70C is #6358F3. Grayscale: #929292. Windows color (decimal): -6510836 or 829340. OLE color: 829340.

HSL color Cylindrical-coordinate representation of color #9CA70C: hue angle of 64.26º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CA70C is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB15616712-
CMYK0.0700.930.35
HSL64.26º86.59%35.1%-
HSV(B)64.26º92.81%65.49%-
XYZ27.634.735.6-
YUV146.0452.36135.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.57%
GREEN value IS 167 (65.62% from 255) = 49.85%
BLUE value IS 12 (5.08% from 255) = 3.58%
R=46.57%
G=49.85%
B=3.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156167120.0700.930.3564.2686.5935.1
Hex9CA7C705D23405723
Octal23424714701354310012743
Binary100111001010011111001110101110110001110000001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CA70C;
 }
 .AnyTagClassName
 {
   color: #9CA70C;
 }
</style>
background-color css

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

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

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

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

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

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