#9BD14E

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

Shades of Atlantis #9BD14E

Tints of Atlantis #9BD14E

Color information

#9BD14E (or 0x9BD14E) is unknown color: approx Atlantis. HEX triplet: 9B, D1 and 4E. RGB value is (155,209,78). Sum of RGB (Red+Green+Blue) = 155+209+78=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD14E is #642EB1. Grayscale: #B2B2B2. Windows color (decimal): -6565554 or 5165467. OLE color: 5165467.

HSL color Cylindrical-coordinate representation of color #9BD14E: hue angle of 84.73º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BD14E is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB15520978-
CMYK0.2600.630.18
HSL84.73º58.74%56.27%-
HSV(B)84.73º62.68%81.96%-
XYZ37.6953.1215.47-
YUV177.9271.61111.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.07%
GREEN value IS 209 (82.03% from 255) = 47.29%
BLUE value IS 78 (30.86% from 255) = 17.65%
R=35.07%
G=47.29%
B=17.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155209780.2600.630.1884.7358.7456.27
Hex9BD14E1A03F12553b38
Octal23332111632077221257370
Binary10011011110100011001110110100111111100101010101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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