#95CC4E

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

Shades of Atlantis #95CC4E

Tints of Atlantis #95CC4E

Color information

#95CC4E (or 0x95CC4E) is unknown color: approx Atlantis. HEX triplet: 95, CC and 4E. RGB value is (149,204,78). Sum of RGB (Red+Green+Blue) = 149+204+78=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CC4E is #6A33B1. Grayscale: #ADADAD. Windows color (decimal): -6960050 or 5164181. OLE color: 5164181.

HSL color Cylindrical-coordinate representation of color #95CC4E: hue angle of 86.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95CC4E is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB14920478-
CMYK0.2700.620.2
HSL86.19º55.26%55.29%-
HSV(B)86.19º61.76%80%-
XYZ35.3650.1315.02-
YUV173.1974.28110.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 204 (80.08% from 255) = 47.33%
BLUE value IS 78 (30.86% from 255) = 18.10%
R=34.57%
G=47.33%
B=18.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal149204780.2700.620.286.1955.2655.29
Hex95CC4E1B03E14563737
Octal22531411633076241266767
Binary10010101110011001001110110110111110101001010110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,204,78); }

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

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

 a { background-color: rgb(149,204,78); }

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

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

 span { border-color: rgb(149,204,78); }

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