#9AEB40

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

Shades of Atlantis #9AEB40

Tints of Atlantis #9AEB40

Color information

#9AEB40 (or 0x9AEB40) is unknown color: approx Atlantis. HEX triplet: 9A, EB and 40. RGB value is (154,235,64). Sum of RGB (Red+Green+Blue) = 154+235+64=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AEB40 is #6514BF. Grayscale: #BFBFBF. Windows color (decimal): -6624448 or 4254618. OLE color: 4254618.

HSL color Cylindrical-coordinate representation of color #9AEB40: hue angle of 88.42º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9AEB40 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB15423564-
CMYK0.3400.730.08
HSL88.42º81.04%58.63%-
HSV(B)88.42º72.77%92.16%-
XYZ43.9666.6615.4-
YUV191.2956.16101.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 235 (92.19% from 255) = 51.88%
BLUE value IS 64 (25.39% from 255) = 14.13%
R=34.00%
G=51.88%
B=14.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal154235640.3400.730.0888.4281.0458.63
Hex9AEB4022049858513b
Octal2323531004201111013012173
Binary1001101011101011100000010001001001001100010110001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,235,64); }

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

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

 a { background-color: rgb(154,235,64); }

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

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

 span { border-color: rgb(154,235,64); }

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