#9BDC4E

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

Shades of Atlantis #9BDC4E

Tints of Atlantis #9BDC4E

Color information

#9BDC4E (or 0x9BDC4E) is unknown color: approx Atlantis. HEX triplet: 9B, DC and 4E. RGB value is (155,220,78). Sum of RGB (Red+Green+Blue) = 155+220+78=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC4E is #6423B1. Grayscale: #B8B8B8. Windows color (decimal): -6562738 or 5168283. OLE color: 5168283.

HSL color Cylindrical-coordinate representation of color #9BDC4E: hue angle of 87.46º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BDC4E is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB15522078-
CMYK0.3000.650.14
HSL87.46º66.98%58.43%-
HSV(B)87.46º64.55%86.27%-
XYZ40.4958.7116.41-
YUV184.3867.97107.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.22%
GREEN value IS 220 (86.33% from 255) = 48.57%
BLUE value IS 78 (30.86% from 255) = 17.22%
R=34.22%
G=48.57%
B=17.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal155220780.3000.650.1487.4666.9858.43
Hex9BDC4E1E041E57433a
Octal2333341163601011612710372
Binary100110111101110010011101111001000001111010101111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,220,78); }

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

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

 a { background-color: rgb(155,220,78); }

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

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

 span { border-color: rgb(155,220,78); }

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