#9BEE45

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

Shades of Atlantis #9BEE45

Tints of Atlantis #9BEE45

Color information

#9BEE45 (or 0x9BEE45) is unknown color: approx Atlantis. HEX triplet: 9B, EE and 45. RGB value is (155,238,69). Sum of RGB (Red+Green+Blue) = 155+238+69=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEE45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BEE45 is #6411BA. Grayscale: #C2C2C2. Windows color (decimal): -6558139 or 4583067. OLE color: 4583067.

HSL color Cylindrical-coordinate representation of color #9BEE45: hue angle of 89.47º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9BEE45 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB15523869-
CMYK0.3500.710.07
HSL89.47º83.25%60.2%-
HSV(B)89.47º71.01%93.33%-
XYZ45.1768.5516.48-
YUV193.9257.5100.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 238 (93.36% from 255) = 51.52%
BLUE value IS 69 (27.34% from 255) = 14.94%
R=33.55%
G=51.52%
B=14.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal155238690.3500.710.0789.4783.2560.2
Hex9BEE4523047759533c
Octal233356105430107713112374
Binary100110111110111010001011000110100011111110110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,238,69); }

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

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

 a { background-color: rgb(155,238,69); }

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

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

 span { border-color: rgb(155,238,69); }

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