#9be54a

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

Shades of Atlantis #9BE54A

Tints of Atlantis #9BE54A

Color information

#9BE54A (or 0x9BE54A) is unknown color: approx Atlantis. HEX triplet: 9B, E5 and 4A. RGB value is (155,229,74). Sum of RGB (Red+Green+Blue) = 155+229+74=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE54A is #641AB5. Grayscale: #BDBDBD. Windows color (decimal): -6560438 or 4908443. OLE color: 4908443.

HSL color Cylindrical-coordinate representation of color #9BE54A: hue angle of 88.65º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BE54A is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB15522974-
CMYK0.3200.680.10
HSL88.65º74.88%59.41%-
HSV(B)88.65º67.69%89.8%-
XYZ42.7763.516.48-
YUV189.262.98103.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.84%
GREEN value IS 229 (89.84% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 16.16%
R=33.84%
G=50%
B=16.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal155229740.3200.680.1088.6574.8859.41
Hex9BE54A20044A594b3b
Octal2333451124001041213111373
Binary1001101111100101100101010000001000100101010110011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9be54a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,229,74); }

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

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

 a { background-color: rgb(155,229,74); }

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

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

 span { border-color: rgb(155,229,74); }

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