#95D152

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

Shades of Atlantis #95D152

Tints of Atlantis #95D152

Color information

#95D152 (or 0x95D152) is unknown color: approx Atlantis. HEX triplet: 95, D1 and 52. RGB value is (149,209,82). Sum of RGB (Red+Green+Blue) = 149+209+82=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #95D152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D152 is #6A2EAD. Grayscale: #B1B1B1. Windows color (decimal): -6958766 or 5427605. OLE color: 5427605.

HSL color Cylindrical-coordinate representation of color #95D152: hue angle of 88.35º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95D152 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB14920982-
CMYK0.2900.610.18
HSL88.35º57.99%57.06%-
HSV(B)88.35º60.77%81.96%-
XYZ36.7252.616.2-
YUV176.5874.62108.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 209 (82.03% from 255) = 47.5%
BLUE value IS 82 (32.42% from 255) = 18.64%
R=33.86%
G=47.5%
B=18.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149209820.2900.610.1888.3557.9957.06
Hex95D1521D03D12583a39
Octal22532112235075221307271
Binary10010101110100011010010111010111101100101011000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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