#9BE741

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

Shades of Atlantis #9BE741

Tints of Atlantis #9BE741

Color information

#9BE741 (or 0x9BE741) is unknown color: approx Atlantis. HEX triplet: 9B, E7 and 41. RGB value is (155,231,65). Sum of RGB (Red+Green+Blue) = 155+231+65=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 231 (90.62% from 255 or 51.22% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE741 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BE741 is #6418BE. Grayscale: #BDBDBD. Windows color (decimal): -6559935 or 4319131. OLE color: 4319131.

HSL color Cylindrical-coordinate representation of color #9BE741: hue angle of 87.47º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BE741 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB15523165-
CMYK0.3300.720.09
HSL87.47º77.57%58.04%-
HSV(B)87.47º71.86%90.59%-
XYZ43.0564.515.18-
YUV189.3557.82103.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.37%
GREEN value IS 231 (90.62% from 255) = 51.22%
BLUE value IS 65 (25.78% from 255) = 14.41%
R=34.37%
G=51.22%
B=14.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal155231650.3300.720.0987.4777.5758.04
Hex9BE741210489574e3a
Octal2333471014101101112711672
Binary1001101111100111100000110000101001000100110101111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,231,65); }

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

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

 a { background-color: rgb(155,231,65); }

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

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

 span { border-color: rgb(155,231,65); }

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