#96C10F

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

Shades of Citrus #96C10F

Tints of Citrus #96C10F

Color information

#96C10F (or 0x96C10F) is unknown color: approx Citrus. HEX triplet: 96, C1 and 0F. RGB value is (150,193,15). Sum of RGB (Red+Green+Blue) = 150+193+15=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #96C10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C10F is #693EF0. Grayscale: #A0A0A0. Windows color (decimal): -6897393 or 1032598. OLE color: 1032598.

HSL color Cylindrical-coordinate representation of color #96C10F: hue angle of 74.49º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96C10F is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB15019315-
CMYK0.2200.920.24
HSL74.49º85.58%40.78%-
HSV(B)74.49º92.23%75.69%-
XYZ31.7344.667.4-
YUV159.8546.25120.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 193 (75.78% from 255) = 53.91%
BLUE value IS 15 (6.25% from 255) = 4.19%
R=41.90%
G=53.91%
B=4.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150193150.2200.920.2474.4985.5840.78
Hex96C1F1605C184a5629
Octal226301172601343011212651
Binary1001011011000001111110110010111001100010010101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C10F; }

 p { color: rgb(150,193,15); }

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

<style>
 a { background-color: #96C10F; }

 a { background-color: rgb(150,193,15); }

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

<style>
 span { border-color: #96C10F; }

 span { border-color: rgb(150,193,15); }

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