#9BDC3A

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

Shades of Atlantis #9BDC3A

Tints of Atlantis #9BDC3A

Color information

#9BDC3A (or 0x9BDC3A) is unknown color: approx Atlantis. HEX triplet: 9B, DC and 3A. RGB value is (155,220,58). Sum of RGB (Red+Green+Blue) = 155+220+58=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDC3A is #6423C5. Grayscale: #B6B6B6. Windows color (decimal): -6562758 or 3857563. OLE color: 3857563.

HSL color Cylindrical-coordinate representation of color #9BDC3A: hue angle of 84.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BDC3A is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB15522058-
CMYK0.3000.740.14
HSL84.07º69.83%54.51%-
HSV(B)84.07º73.64%86.27%-
XYZ39.8758.4613.19-
YUV182.157.97108.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 220 (86.33% from 255) = 50.81%
BLUE value IS 58 (23.05% from 255) = 13.39%
R=35.80%
G=50.81%
B=13.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal155220580.3000.740.1484.0769.8354.51
Hex9BDC3A1E04AE544637
Octal233334723601121612410667
Binary10011011110111001110101111001001010111010101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,220,58); }

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

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

 a { background-color: rgb(155,220,58); }

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

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

 span { border-color: rgb(155,220,58); }

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