#9BD54D

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

Shades of Atlantis #9BD54D

Tints of Atlantis #9BD54D

Color information

#9BD54D (or 0x9BD54D) is unknown color: approx Atlantis. HEX triplet: 9B, D5 and 4D. RGB value is (155,213,77). Sum of RGB (Red+Green+Blue) = 155+213+77=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD54D is #642AB2. Grayscale: #B4B4B4. Windows color (decimal): -6564531 or 5100955. OLE color: 5100955.

HSL color Cylindrical-coordinate representation of color #9BD54D: hue angle of 85.59º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BD54D is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB15521377-
CMYK0.2700.640.16
HSL85.59º61.82%56.86%-
HSV(B)85.59º63.85%83.53%-
XYZ38.6555.0915.62-
YUV180.1569.78110.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 213 (83.59% from 255) = 47.87%
BLUE value IS 77 (30.47% from 255) = 17.30%
R=34.83%
G=47.87%
B=17.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155213770.2700.640.1685.5961.8256.86
Hex9BD54D1B04010563e39
Octal233325115330100201267671
Binary100110111101010110011011101101000000100001010110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,213,77); }

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

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

 a { background-color: rgb(155,213,77); }

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

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

 span { border-color: rgb(155,213,77); }

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