#95C34D

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

Shades of Atlantis #95C34D

Tints of Atlantis #95C34D

Color information

#95C34D (or 0x95C34D) is unknown color: approx Atlantis. HEX triplet: 95, C3 and 4D. RGB value is (149,195,77). Sum of RGB (Red+Green+Blue) = 149+195+77=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #95C34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C34D is #6A3CB2. Grayscale: #A8A8A8. Windows color (decimal): -6962355 or 5096341. OLE color: 5096341.

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

Color convert

RGB14919577-
CMYK0.2400.610.24
HSL83.39º49.58%53.33%-
HSV(B)83.39º60.51%76.47%-
XYZ33.2545.9614.14-
YUV167.7976.76114.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 195 (76.56% from 255) = 46.32%
BLUE value IS 77 (30.47% from 255) = 18.29%
R=35.39%
G=46.32%
B=18.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149195770.2400.610.2483.3949.5853.33
Hex95C34D1803D18533235
Octal22530311530075301236265
Binary10010101110000111001101110000111101110001010011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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