#9BD154

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

Shades of Atlantis #9BD154

Tints of Atlantis #9BD154

Color information

#9BD154 (or 0x9BD154) is unknown color: approx Atlantis. HEX triplet: 9B, D1 and 54. RGB value is (155,209,84). Sum of RGB (Red+Green+Blue) = 155+209+84=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD154 is #642EAB. Grayscale: #B3B3B3. Windows color (decimal): -6565548 or 5558683. OLE color: 5558683.

HSL color Cylindrical-coordinate representation of color #9BD154: hue angle of 85.92º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BD154 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB15520984-
CMYK0.2600.600.18
HSL85.92º57.6%57.45%-
HSV(B)85.92º59.81%81.96%-
XYZ37.9253.2116.66-
YUV178.674.61111.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.60%
GREEN value IS 209 (82.03% from 255) = 46.65%
BLUE value IS 84 (33.20% from 255) = 18.75%
R=34.60%
G=46.65%
B=18.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155209840.2600.600.1885.9257.657.45
Hex9BD1541A03C12563a39
Octal23332112432074221267271
Binary10011011110100011010100110100111100100101010110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,209,84); }

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

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

 a { background-color: rgb(155,209,84); }

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

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

 span { border-color: rgb(155,209,84); }

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