#9CB40F

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

Shades of Citrus #9CB40F

Tints of Citrus #9CB40F

Color information

#9CB40F (or 0x9CB40F) is unknown color: approx Citrus. HEX triplet: 9C, B4 and 0F. RGB value is (156,180,15). Sum of RGB (Red+Green+Blue) = 156+180+15=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB40F is #634BF0. Grayscale: #9A9A9A. Windows color (decimal): -6507505 or 1029276. OLE color: 1029276.

HSL color Cylindrical-coordinate representation of color #9CB40F: hue angle of 68.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CB40F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB15618015-
CMYK0.1300.920.29
HSL68.73º84.62%38.24%-
HSV(B)68.73º91.67%70.59%-
XYZ30.1239.746.54-
YUV154.0149.55129.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.44%
GREEN value IS 180 (70.70% from 255) = 51.28%
BLUE value IS 15 (6.25% from 255) = 4.27%
R=44.44%
G=51.28%
B=4.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156180150.1300.920.2968.7384.6238.24
Hex9CB4FD05C1D455526
Octal234264171501343510512546
Binary100111001011010011111101010111001110110001011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,15); }

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

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

 a { background-color: rgb(156,180,15); }

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

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

 span { border-color: rgb(156,180,15); }

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