#95C346

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

Shades of Atlantis #95C346

Tints of Atlantis #95C346

Color information

#95C346 (or 0x95C346) is unknown color: approx Atlantis. HEX triplet: 95, C3 and 46. RGB value is (149,195,70). Sum of RGB (Red+Green+Blue) = 149+195+70=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #95C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C346 is #6A3CB9. Grayscale: #A7A7A7. Windows color (decimal): -6962362 or 4637589. OLE color: 4637589.

HSL color Cylindrical-coordinate representation of color #95C346: hue angle of 82.08º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95C346 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB14919570-
CMYK0.2400.640.24
HSL82.08º51.02%51.96%-
HSV(B)82.08º64.1%76.47%-
XYZ33.0245.8612.91-
YUV16773.26115.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 195 (76.56% from 255) = 47.10%
BLUE value IS 70 (27.73% from 255) = 16.91%
R=35.99%
G=47.10%
B=16.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149195700.2400.640.2482.0851.0251.96
Hex95C3461804018523334
Octal225303106300100301226364
Binary100101011100001110001101100001000000110001010010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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