#9BE645

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

Shades of Atlantis #9BE645

Tints of Atlantis #9BE645

Color information

#9BE645 (or 0x9BE645) is unknown color: approx Atlantis. HEX triplet: 9B, E6 and 45. RGB value is (155,230,69). Sum of RGB (Red+Green+Blue) = 155+230+69=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 230 (90.23% from 255 or 50.66% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE645 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BE645 is #6419BA. Grayscale: #BDBDBD. Windows color (decimal): -6560187 or 4581019. OLE color: 4581019.

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

Color convert

RGB15523069-
CMYK0.3300.70.10
HSL87.95º76.3%58.63%-
HSV(B)87.95º70%90.2%-
XYZ42.8963.9915.72-
YUV189.2260.15103.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 230 (90.23% from 255) = 50.66%
BLUE value IS 69 (27.34% from 255) = 15.20%
R=34.14%
G=50.66%
B=15.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal155230690.3300.70.1087.9576.358.63
Hex9BE64521046A584c3b
Octal2333461054101061213011473
Binary1001101111100110100010110000101000110101010110001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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