#9CD641

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

Shades of Atlantis #9CD641

Tints of Atlantis #9CD641

Color information

#9CD641 (or 0x9CD641) is unknown color: approx Atlantis. HEX triplet: 9C, D6 and 41. RGB value is (156,214,65). Sum of RGB (Red+Green+Blue) = 156+214+65=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD641 is #6329BE. Grayscale: #B4B4B4. Windows color (decimal): -6498751 or 4314780. OLE color: 4314780.

HSL color Cylindrical-coordinate representation of color #9CD641: hue angle of 83.36º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CD641 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB15621465-
CMYK0.2700.700.16
HSL83.36º64.5%54.71%-
HSV(B)83.36º69.63%83.92%-
XYZ38.7155.5413.68-
YUV179.6763.28111.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 214 (83.98% from 255) = 49.20%
BLUE value IS 65 (25.78% from 255) = 14.94%
R=35.86%
G=49.20%
B=14.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156214650.2700.700.1683.3664.554.71
Hex9CD6411B04610534137
Octal2343261013301062012310167
Binary1001110011010110100000111011010001101000010100111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CD641; }

 p { color: rgb(156,214,65); }

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

<style>
 a { background-color: #9CD641; }

 a { background-color: rgb(156,214,65); }

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

<style>
 span { border-color: #9CD641; }

 span { border-color: rgb(156,214,65); }

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