#95AC10

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

Shades of Citrus #95AC10

Tints of Citrus #95AC10

Color information

#95AC10 (or 0x95AC10) is unknown color: approx Citrus. HEX triplet: 95, AC and 10. RGB value is (149,172,16). Sum of RGB (Red+Green+Blue) = 149+172+16=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AC10 is #6A53EF. Grayscale: #939393. Windows color (decimal): -6968304 or 1092757. OLE color: 1092757.

HSL color Cylindrical-coordinate representation of color #95AC10: hue angle of 68.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95AC10 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB14917216-
CMYK0.1300.910.33
HSL68.85º82.98%36.86%-
HSV(B)68.85º90.7%67.45%-
XYZ27.2435.935.99-
YUV147.3453.88129.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 172 (67.58% from 255) = 51.04%
BLUE value IS 16 (6.64% from 255) = 4.75%
R=44.21%
G=51.04%
B=4.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149172160.1300.910.3368.8582.9836.86
Hex95AC10D05B21455325
Octal225254201501334110512345
Binary10010101101011001000011010101101110000110001011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AC10; }

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

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

<style>
 a { background-color: #95AC10; }

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

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

<style>
 span { border-color: #95AC10; }

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

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