#95e247

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

Shades of Atlantis #95E247

Tints of Atlantis #95E247

Color information

#95E247 (or 0x95E247) is unknown color: approx Atlantis. HEX triplet: 95, E2 and 47. RGB value is (149,226,71). Sum of RGB (Red+Green+Blue) = 149+226+71=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #95E247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95E247 is #6A1DB8. Grayscale: #B9B9B9. Windows color (decimal): -6954425 or 4711061. OLE color: 4711061.

HSL color Cylindrical-coordinate representation of color #95E247: hue angle of 89.81º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95E247 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB14922671-
CMYK0.3400.690.11
HSL89.81º72.77%58.24%-
HSV(B)89.81º68.58%88.63%-
XYZ40.7361.2415.63-
YUV185.3163.49102.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 226 (88.67% from 255) = 50.67%
BLUE value IS 71 (28.12% from 255) = 15.92%
R=33.41%
G=50.67%
B=15.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal149226710.3400.690.1189.8172.7758.24
Hex95E24722045B5a493a
Octal2253421074201051313211172
Binary1001010111100010100011110001001000101101110110101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95e247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,226,71); }

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

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

 a { background-color: rgb(149,226,71); }

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

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

 span { border-color: rgb(149,226,71); }

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