#95C341

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

Shades of Atlantis #95C341

Tints of Atlantis #95C341

Color information

#95C341 (or 0x95C341) is unknown color: approx Atlantis. HEX triplet: 95, C3 and 41. RGB value is (149,195,65). Sum of RGB (Red+Green+Blue) = 149+195+65=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #95C341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C341 is #6A3CBE. Grayscale: #A6A6A6. Windows color (decimal): -6962367 or 4309909. OLE color: 4309909.

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

Color convert

RGB14919565-
CMYK0.2400.670.24
HSL81.23º52%50.98%-
HSV(B)81.23º66.67%76.47%-
XYZ32.8645.812.11-
YUV166.4370.76115.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 195 (76.56% from 255) = 47.68%
BLUE value IS 65 (25.78% from 255) = 15.89%
R=36.43%
G=47.68%
B=15.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149195650.2400.670.2481.235250.98
Hex95C3411804318513433
Octal225303101300103301216463
Binary100101011100001110000011100001000011110001010001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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