#9BD040

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

Shades of Atlantis #9BD040

Tints of Atlantis #9BD040

Color information

#9BD040 (or 0x9BD040) is unknown color: approx Atlantis. HEX triplet: 9B, D0 and 40. RGB value is (155,208,64). Sum of RGB (Red+Green+Blue) = 155+208+64=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD040 is #642FBF. Grayscale: #B0B0B0. Windows color (decimal): -6565824 or 4247707. OLE color: 4247707.

HSL color Cylindrical-coordinate representation of color #9BD040: hue angle of 82.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BD040 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB15520864-
CMYK0.2500.690.18
HSL82.08º60.5%53.33%-
HSV(B)82.08º69.23%81.57%-
XYZ3752.4513.02-
YUV175.7464.94113.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 208 (81.64% from 255) = 48.71%
BLUE value IS 64 (25.39% from 255) = 14.99%
R=36.30%
G=48.71%
B=14.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155208640.2500.690.1882.0860.553.33
Hex9BD0401904512523d35
Octal233320100310105221227565
Binary100110111101000010000001100101000101100101010010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,208,64); }

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

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

 a { background-color: rgb(155,208,64); }

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

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

 span { border-color: rgb(155,208,64); }

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