#9BD945

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

Shades of Atlantis #9BD945

Tints of Atlantis #9BD945

Color information

#9BD945 (or 0x9BD945) is unknown color: approx Atlantis. HEX triplet: 9B, D9 and 45. RGB value is (155,217,69). Sum of RGB (Red+Green+Blue) = 155+217+69=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD945 is #6426BA. Grayscale: #B6B6B6. Windows color (decimal): -6563515 or 4577691. OLE color: 4577691.

HSL color Cylindrical-coordinate representation of color #9BD945: hue angle of 85.14º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BD945 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB15521769-
CMYK0.2900.680.15
HSL85.14º66.07%56.08%-
HSV(B)85.14º68.2%85.1%-
XYZ39.457.0214.56-
YUV181.5964.46109.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 217 (85.16% from 255) = 49.21%
BLUE value IS 69 (27.34% from 255) = 15.65%
R=35.15%
G=49.21%
B=15.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155217690.2900.680.1585.1466.0756.08
Hex9BD9451D044F554238
Octal2333311053501041712510270
Binary100110111101100110001011110101000100111110101011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,217,69); }

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

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

 a { background-color: rgb(155,217,69); }

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

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

 span { border-color: rgb(155,217,69); }

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