#95C34A

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

Shades of Atlantis #95C34A

Tints of Atlantis #95C34A

Color information

#95C34A (or 0x95C34A) is unknown color: approx Atlantis. HEX triplet: 95, C3 and 4A. RGB value is (149,195,74). Sum of RGB (Red+Green+Blue) = 149+195+74=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #95C34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C34A is #6A3CB5. Grayscale: #A7A7A7. Windows color (decimal): -6962358 or 4899733. OLE color: 4899733.

HSL color Cylindrical-coordinate representation of color #95C34A: hue angle of 82.81º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95C34A is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB14919574-
CMYK0.2400.620.24
HSL82.81º50.21%52.75%-
HSV(B)82.81º62.05%76.47%-
XYZ33.1545.9113.59-
YUV167.4575.26114.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 195 (76.56% from 255) = 46.65%
BLUE value IS 74 (29.30% from 255) = 17.70%
R=35.65%
G=46.65%
B=17.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149195740.2400.620.2482.8150.2152.75
Hex95C34A1803E18533235
Octal22530311230076301236265
Binary10010101110000111001010110000111110110001010011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,195,74); }

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

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

 a { background-color: rgb(149,195,74); }

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

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

 span { border-color: rgb(149,195,74); }

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