#95C552

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

Shades of Atlantis #95C552

Tints of Atlantis #95C552

Color information

#95C552 (or 0x95C552) is unknown color: approx Atlantis. HEX triplet: 95, C5 and 52. RGB value is (149,197,82). Sum of RGB (Red+Green+Blue) = 149+197+82=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #95C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C552 is #6A3AAD. Grayscale: #A9A9A9. Windows color (decimal): -6961838 or 5424533. OLE color: 5424533.

HSL color Cylindrical-coordinate representation of color #95C552: hue angle of 85.04º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95C552 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB14919782-
CMYK0.2400.580.23
HSL85.04º49.78%54.71%-
HSV(B)85.04º58.38%77.25%-
XYZ33.8846.9315.26-
YUV169.5478.6113.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 197 (77.34% from 255) = 46.03%
BLUE value IS 82 (32.42% from 255) = 19.16%
R=34.81%
G=46.03%
B=19.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal149197820.2400.580.2385.0449.7854.71
Hex95C5521803A17553237
Octal22530512230072271256267
Binary10010101110001011010010110000111010101111010101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,197,82); }

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

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

 a { background-color: rgb(149,197,82); }

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

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

 span { border-color: rgb(149,197,82); }

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