#9BD544

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

Shades of Atlantis #9BD544

Tints of Atlantis #9BD544

Color information

#9BD544 (or 0x9BD544) is unknown color: approx Atlantis. HEX triplet: 9B, D5 and 44. RGB value is (155,213,68). Sum of RGB (Red+Green+Blue) = 155+213+68=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD544 is #642ABB. Grayscale: #B3B3B3. Windows color (decimal): -6564540 or 4511131. OLE color: 4511131.

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

Color convert

RGB15521368-
CMYK0.2700.680.16
HSL84º63.32%55.1%-
HSV(B)84º68.08%83.53%-
XYZ38.3654.9714.06-
YUV179.1365.28110.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 213 (83.59% from 255) = 48.85%
BLUE value IS 68 (26.95% from 255) = 15.60%
R=35.55%
G=48.85%
B=15.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155213680.2700.680.168463.3255.1
Hex9BD5441B04410543f37
Octal233325104330104201247767
Binary100110111101010110001001101101000100100001010100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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