#95C646

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

Shades of Atlantis #95C646

Tints of Atlantis #95C646

Color information

#95C646 (or 0x95C646) is unknown color: approx Atlantis. HEX triplet: 95, C6 and 46. RGB value is (149,198,70). Sum of RGB (Red+Green+Blue) = 149+198+70=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #95C646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C646 is #6A39B9. Grayscale: #A9A9A9. Windows color (decimal): -6961594 or 4638357. OLE color: 4638357.

HSL color Cylindrical-coordinate representation of color #95C646: hue angle of 82.97º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95C646 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB14919870-
CMYK0.2500.650.22
HSL82.97º52.89%52.55%-
HSV(B)82.97º64.65%77.65%-
XYZ33.6947.2213.13-
YUV168.7672.27113.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 70 (27.73% from 255) = 16.79%
R=35.73%
G=47.48%
B=16.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149198700.2500.650.2282.9752.8952.55
Hex95C6461904116533535
Octal225306106310101261236565
Binary100101011100011010001101100101000001101101010011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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