#95CA3A

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

Shades of Atlantis #95CA3A

Tints of Atlantis #95CA3A

Color information

#95CA3A (or 0x95CA3A) is unknown color: approx Atlantis. HEX triplet: 95, CA and 3A. RGB value is (149,202,58). Sum of RGB (Red+Green+Blue) = 149+202+58=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CA3A is #6A35C5. Grayscale: #AAAAAA. Windows color (decimal): -6960582 or 3852949. OLE color: 3852949.

HSL color Cylindrical-coordinate representation of color #95CA3A: hue angle of 82.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95CA3A is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB14920258-
CMYK0.2600.710.21
HSL82.08º57.6%50.98%-
HSV(B)82.08º71.29%79.22%-
XYZ34.2848.9411.64-
YUV169.7464.94113.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 202 (79.30% from 255) = 49.39%
BLUE value IS 58 (23.05% from 255) = 14.18%
R=36.43%
G=49.39%
B=14.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal149202580.2600.710.2182.0857.650.98
Hex95CA3A1A04715523a33
Octal22531272320107251227263
Binary10010101110010101110101101001000111101011010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,202,58); }

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

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

 a { background-color: rgb(149,202,58); }

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

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

 span { border-color: rgb(149,202,58); }

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