#95ac15

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

Shades of Citrus #95AC15

Tints of Citrus #95AC15

Color information

#95AC15 (or 0x95AC15) is unknown color: approx Citrus. HEX triplet: 95, AC and 15. RGB value is (149,172,21). Sum of RGB (Red+Green+Blue) = 149+172+21=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AC15 is #6A53EA. Grayscale: #949494. Windows color (decimal): -6968299 or 1420437. OLE color: 1420437.

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

Color convert

RGB14917221-
CMYK0.1300.880.33
HSL69.14º78.24%37.84%-
HSV(B)69.14º87.79%67.45%-
XYZ27.2835.956.21-
YUV147.9156.38128.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 172 (67.58% from 255) = 50.29%
BLUE value IS 21 (8.59% from 255) = 6.14%
R=43.57%
G=50.29%
B=6.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149172210.1300.880.3369.1478.2437.84
Hex95AC15D05821454e26
Octal225254251501304110511646
Binary10010101101011001010111010101100010000110001011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ac15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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