#959F10

Color #959F10 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #959F10

Tints of Citron #959F10

Color information

#959F10 (or 0x959F10) is unknown color: approx Citron. HEX triplet: 95, 9F and 10. RGB value is (149,159,16). Sum of RGB (Red+Green+Blue) = 149+159+16=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #959F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959F10 is #6A60EF. Grayscale: #8C8C8C. Windows color (decimal): -6971632 or 1089429. OLE color: 1089429.

HSL color Cylindrical-coordinate representation of color #959F10: hue angle of 64.2º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #959F10 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB14915916-
CMYK0.0600.900.38
HSL64.2º81.71%34.31%-
HSV(B)64.2º89.94%62.35%-
XYZ24.8931.225.21-
YUV139.7158.19134.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 159 (62.5% from 255) = 49.07%
BLUE value IS 16 (6.64% from 255) = 4.94%
R=45.99%
G=49.07%
B=4.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149159160.0600.900.3864.281.7134.31
Hex959F10605A26405222
Octal22523720601324610012242
Binary1001010110011111100001100101101010011010000001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959F10; }

 p { color: rgb(149,159,16); }

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

<style>
 a { background-color: #959F10; }

 a { background-color: rgb(149,159,16); }

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

<style>
 span { border-color: #959F10; }

 span { border-color: rgb(149,159,16); }

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