#9BD940

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

Shades of Atlantis #9BD940

Tints of Atlantis #9BD940

Color information

#9BD940 (or 0x9BD940) is unknown color: approx Atlantis. HEX triplet: 9B, D9 and 40. RGB value is (155,217,64). Sum of RGB (Red+Green+Blue) = 155+217+64=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD940 is #6426BF. Grayscale: #B5B5B5. Windows color (decimal): -6563520 or 4250011. OLE color: 4250011.

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

Color convert

RGB15521764-
CMYK0.2900.710.15
HSL84.31º66.81%55.1%-
HSV(B)84.31º70.51%85.1%-
XYZ39.2656.9613.78-
YUV181.0261.96109.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 217 (85.16% from 255) = 49.77%
BLUE value IS 64 (25.39% from 255) = 14.68%
R=35.55%
G=49.77%
B=14.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155217640.2900.710.1584.3166.8155.1
Hex9BD9401D047F544337
Octal2333311003501071712410367
Binary100110111101100110000001110101000111111110101001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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