#95CE45

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

Shades of Atlantis #95CE45

Tints of Atlantis #95CE45

Color information

#95CE45 (or 0x95CE45) is unknown color: approx Atlantis. HEX triplet: 95, CE and 45. RGB value is (149,206,69). Sum of RGB (Red+Green+Blue) = 149+206+69=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CE45 is #6A31BA. Grayscale: #ADADAD. Windows color (decimal): -6959547 or 4574869. OLE color: 4574869.

HSL color Cylindrical-coordinate representation of color #95CE45: hue angle of 84.96º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95CE45 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB14920669-
CMYK0.2800.670.19
HSL84.96º58.3%53.92%-
HSV(B)84.96º66.5%80.78%-
XYZ35.5450.9613.59-
YUV173.3469.12110.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 206 (80.86% from 255) = 48.58%
BLUE value IS 69 (27.34% from 255) = 16.27%
R=35.14%
G=48.58%
B=16.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149206690.2800.670.1984.9658.353.92
Hex95CE451C04313553a36
Octal225316105340103231257266
Binary100101011100111010001011110001000011100111010101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,206,69); }

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

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

 a { background-color: rgb(149,206,69); }

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

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

 span { border-color: rgb(149,206,69); }

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