#9BD93D

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

Shades of Atlantis #9BD93D

Tints of Atlantis #9BD93D

Color information

#9BD93D (or 0x9BD93D) is unknown color: approx Atlantis. HEX triplet: 9B, D9 and 3D. RGB value is (155,217,61). Sum of RGB (Red+Green+Blue) = 155+217+61=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD93D is #6426C2. Grayscale: #B5B5B5. Windows color (decimal): -6563523 or 4053403. OLE color: 4053403.

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

Color convert

RGB15521761-
CMYK0.2900.720.15
HSL83.85º67.24%54.51%-
HSV(B)83.85º71.89%85.1%-
XYZ39.1756.9313.34-
YUV180.6860.46109.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 217 (85.16% from 255) = 50.12%
BLUE value IS 61 (24.22% from 255) = 14.09%
R=35.80%
G=50.12%
B=14.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155217610.2900.720.1583.8567.2454.51
Hex9BD93D1D048F544337
Octal233331753501101712410367
Binary10011011110110011111011110101001000111110101001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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