#9BE231

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

Shades of Atlantis #9BE231

Tints of Atlantis #9BE231

Color information

#9BE231 (or 0x9BE231) is unknown color: approx Atlantis. HEX triplet: 9B, E2 and 31. RGB value is (155,226,49). Sum of RGB (Red+Green+Blue) = 155+226+49=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #9BE231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE231 is #641DCE. Grayscale: #B9B9B9. Windows color (decimal): -6561231 or 3269275. OLE color: 3269275.

HSL color Cylindrical-coordinate representation of color #9BE231: hue angle of 84.07º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9BE231 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB15522649-
CMYK0.3100.780.11
HSL84.07º75.32%53.92%-
HSV(B)84.07º78.32%88.63%-
XYZ41.2761.5812.62-
YUV184.5951.48106.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 226 (88.67% from 255) = 52.56%
BLUE value IS 49 (19.53% from 255) = 11.40%
R=36.05%
G=52.56%
B=11.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal155226490.3100.780.1184.0775.3253.92
Hex9BE2311F04EB544b36
Octal233342613701161312411366
Binary10011011111000101100011111101001110101110101001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,226,49); }

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

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

 a { background-color: rgb(155,226,49); }

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

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

 span { border-color: rgb(155,226,49); }

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