#95AC46

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

Shades of Chelsea Cucumber #95AC46

Tints of Chelsea Cucumber #95AC46

Color information

#95AC46 (or 0x95AC46) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, AC and 46. RGB value is (149,172,70). Sum of RGB (Red+Green+Blue) = 149+172+70=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AC46 is #6A53B9. Grayscale: #999999. Windows color (decimal): -6968250 or 4631701. OLE color: 4631701.

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

Color convert

RGB14917270-
CMYK0.1300.590.33
HSL73.53º42.15%47.45%-
HSV(B)73.53º59.3%67.45%-
XYZ28.2536.3411.32-
YUV153.4980.88124.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 70 (27.73% from 255) = 17.90%
R=38.11%
G=43.99%
B=17.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149172700.1300.590.3373.5342.1547.45
Hex95AC46D03B214a2a2f
Octal22525410615073411125257
Binary10010101101011001000110110101110111000011001010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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