#95CD46

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

Shades of Atlantis #95CD46

Tints of Atlantis #95CD46

Color information

#95CD46 (or 0x95CD46) is unknown color: approx Atlantis. HEX triplet: 95, CD and 46. RGB value is (149,205,70). Sum of RGB (Red+Green+Blue) = 149+205+70=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CD46 is #6A32B9. Grayscale: #ADADAD. Windows color (decimal): -6959802 or 4640149. OLE color: 4640149.

HSL color Cylindrical-coordinate representation of color #95CD46: hue angle of 84.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95CD46 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB14920570-
CMYK0.2700.660.20
HSL84.89º57.45%53.92%-
HSV(B)84.89º65.85%80.39%-
XYZ35.3350.4913.68-
YUV172.8769.95110.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 205 (80.47% from 255) = 48.35%
BLUE value IS 70 (27.73% from 255) = 16.51%
R=35.14%
G=48.35%
B=16.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149205700.2700.660.2084.8957.4553.92
Hex95CD461B04214553936
Octal225315106330102241257166
Binary100101011100110110001101101101000010101001010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,205,70); }

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

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

 a { background-color: rgb(149,205,70); }

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

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

 span { border-color: rgb(149,205,70); }

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